Shades of Golden Poppy #EAC403
Tints of Golden Poppy #EAC403
RGB
CMYK
RGB Variations
Color information
#EAC403 (or 0xEAC403) is known color: Golden Poppy. HEX triplet: EA, C4 and 03. RGB value is (234,196,3). Sum of RGB (Red+Green+Blue) = 234+196+3=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC403 is #153BFC. Grayscale: #BABABA. Windows color (decimal): -1391613 or 247018. OLE color: 247018.
HSL color Cylindrical-coordinate representation of color #EAC403: hue angle of 50.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAC403 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.08 |
| HSL | 50.13º | 0.97% | 0.46% | - |
| HSV(B) | 50.13º | 0.99% | 0.92% | - |
| XYZ | 53.69 | 56.98 | 8.25 | - |
| YUV | 185.36 | 25.09 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 3 | 0 | 0.16 | 0.99 | 0.08 | 50.13 | 0.97 | 0.46 |
| Hex | EA | C4 | 3 | 0 | 10 | 63 | 8 | 32 | 61 | 2E |
| Octal | 352 | 304 | 3 | 0 | 20 | 143 | 10 | 62 | 141 | 56 |
| Binary | 11101010 | 11000100 | 11 | 0 | 10000 | 1100011 | 1000 | 110010 | 1100001 | 101110 |
Color Harmonies of #EAC403
Complementary color
Monochromatic Colors of #EAC403
Black with #EAC403
Text Example
Text Example
White with #EAC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC403; }
p { color: rgb(234,196,3); }
H1.HeaderClassName
{
color: #EAC403;
}
.AnyTagClassName
{
color: #EAC403;
}
</style>
background-color css
<style>
a { background-color: #EAC403; }
a { background-color: rgb(234,196,3); }
div.DivClassName
{
background-color: #EAC403;
}
.BgClassName
{
background-color: #EAC403;
}
</style>
border-color css
<style>
span { border-color: #EAC403; }
span { border-color: rgb(234,196,3); }
td.TdClassName
{
border-color: #EAC403;
}
.TagClassName
{
border-color: #EAC403;
}
</style>