Color spaces of #eead4a
RGB | 238 | 173 | 74 |
---|---|---|---|
HSL | 0.10 | 0.83 | 0.61 |
HSV | 36° | 69° | 93° |
CMYK | 0.00 | 0.27 | 0.69 0.07 |
XYZ | 51.4395 | 48.5587 | 13.1402 |
Yxy | 48.5587 | 0.4547 | 0.4292 |
Hunter Lab | 69.6841 | 9.8183 | 37.5986 |
CIE-Lab | 75.1760 | 14.4644 | 58.3650 |
#eead4a color RGB value is (238,173,74).
#eead4a hex color red value is 238, green value is 173 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eead4a hue: 0.10 , saturation: 0.83 and the lightness value of eead4a is 0.61.
The process color (four color CMYK) of #eead4a color hex is 0.00, 0.27, 0.69, 0.07. Web safe color of #eead4a is #ff9933. Color #eead4a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101101 | 01001010 |
Octal | 356 | 255 | 112 |
Decimal | 238 | 173 | 74 |
Hex | EE | AD | 4A |
Shades of #eead4a
Tints of #eead4a
RGB Percentages of Color #eead4a
CMYK Percentages of Color #eead4a
Complementary Color
#eead4a | #4a8bee |
#eead4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eead4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eead4a Color CSS Codes
.mybgcolor {background-color:#eead4a; } .myforecolor {color:#eead4a; } .mybordercolor {border:3px solid #eead4a; }
#eead4a Text Font Color
<p style="color:#eead4a">Text here</p>
This sample text font color is #eead4a
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.
#eead4a Background Color
<div style="background-color:#eead4a">
Div content here</div>
This div background color is #eead4a
#eead4a Border Color
<div style="border:3px solid #eead4a">
Div here</div>
This div border color is #eead4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,173,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eead4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eead4a; -webkit-box-shadow: 1px 1px 3px 2px #eead4a; box-shadow: 1px 1px 3px 2px #eead4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,173,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eead4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eead4a; -webkit-box-shadow: 1px 1px 3px 2px #eead4a; box-shadow: 1px 1px 3px 2px #eead4a;">
Div content here</div>
This div box has shadow with color #eead4a
Comments
No comments written yet.
Please login to write comment.