Color spaces of #eac838
RGB | 234 | 200 | 56 |
---|---|---|---|
HSL | 0.13 | 0.81 | 0.57 |
HSV | 49° | 76° | 92° |
CMYK | 0.00 | 0.15 | 0.76 0.08 |
XYZ | 55.2998 | 59.0865 | 12.2316 |
Yxy | 59.0865 | 0.4367 | 0.4667 |
Hunter Lab | 76.8677 | -6.1030 | 44.3729 |
CIE-Lab | 81.3391 | -2.1530 | 71.3238 |
#eac838 color RGB value is (234,200,56).
#eac838 hex color red value is 234, green value is 200 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #eac838 hue: 0.13 , saturation: 0.81 and the lightness value of eac838 is 0.57.
The process color (four color CMYK) of #eac838 color hex is 0.00, 0.15, 0.76, 0.08. Web safe color of #eac838 is #ffcc33. Color #eac838 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001000 | 00111000 |
Octal | 352 | 310 | 70 |
Decimal | 234 | 200 | 56 |
Hex | EA | C8 | 38 |
Shades of #eac838
Tints of #eac838
RGB Percentages of Color #eac838
CMYK Percentages of Color #eac838
Complementary Color
#eac838 | #385aea |
#eac838 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eac838 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eac838 Color CSS Codes
.mybgcolor {background-color:#eac838; } .myforecolor {color:#eac838; } .mybordercolor {border:3px solid #eac838; }
#eac838 Text Font Color
<p style="color:#eac838">Text here</p>
This sample text font color is #eac838
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.
#eac838 Background Color
<div style="background-color:#eac838">
Div content here</div>
This div background color is #eac838
#eac838 Border Color
<div style="border:3px solid #eac838">
Div here</div>
This div border color is #eac838
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,200,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eac838; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eac838; -webkit-box-shadow: 1px 1px 3px 2px #eac838; box-shadow: 1px 1px 3px 2px #eac838; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,200,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eac838">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eac838; -webkit-box-shadow: 1px 1px 3px 2px #eac838; box-shadow: 1px 1px 3px 2px #eac838;">
Div content here</div>
This div box has shadow with color #eac838
Comments
No comments written yet.
Please login to write comment.