Color spaces of #eeae46
RGB | 238 | 174 | 70 |
---|---|---|---|
HSL | 0.10 | 0.83 | 0.60 |
HSV | 37° | 71° | 93° |
CMYK | 0.00 | 0.27 | 0.71 0.07 |
XYZ | 51.5014 | 48.8914 | 12.5169 |
Yxy | 48.8914 | 0.4561 | 0.4330 |
Hunter Lab | 69.9224 | 9.1102 | 38.3321 |
CIE-Lab | 75.3837 | 13.7322 | 60.3113 |
#eeae46 color RGB value is (238,174,70).
#eeae46 hex color red value is 238, green value is 174 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eeae46 hue: 0.10 , saturation: 0.83 and the lightness value of eeae46 is 0.60.
The process color (four color CMYK) of #eeae46 color hex is 0.00, 0.27, 0.71, 0.07. Web safe color of #eeae46 is #ff9933. Color #eeae46 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101110 | 01000110 |
Octal | 356 | 256 | 106 |
Decimal | 238 | 174 | 70 |
Hex | EE | AE | 46 |
Shades of #eeae46
Tints of #eeae46
RGB Percentages of Color #eeae46
CMYK Percentages of Color #eeae46
Complementary Color
#eeae46 | #4686ee |
#eeae46 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeae46 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeae46 Color CSS Codes
.mybgcolor {background-color:#eeae46; } .myforecolor {color:#eeae46; } .mybordercolor {border:3px solid #eeae46; }
#eeae46 Text Font Color
<p style="color:#eeae46">Text here</p>
This sample text font color is #eeae46
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#eeae46 Background Color
<div style="background-color:#eeae46">
Div content here</div>
This div background color is #eeae46
#eeae46 Border Color
<div style="border:3px solid #eeae46">
Div here</div>
This div border color is #eeae46
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,174,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeae46; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeae46; -webkit-box-shadow: 1px 1px 3px 2px #eeae46; box-shadow: 1px 1px 3px 2px #eeae46; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,174,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeae46">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeae46; -webkit-box-shadow: 1px 1px 3px 2px #eeae46; box-shadow: 1px 1px 3px 2px #eeae46;">
Div content here</div>
This div box has shadow with color #eeae46
Comments
No comments written yet.
Please login to write comment.