Shades of Golden Poppy #E8CA08
Tints of Golden Poppy #E8CA08
RGB
CMYK
RGB Variations
Color information
#E8CA08 (or 0xE8CA08) is known color: Golden Poppy. HEX triplet: E8, CA and 08. RGB value is (232,202,8). Sum of RGB (Red+Green+Blue) = 232+202+8=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CA08 is #1735F7. Grayscale: #BDBDBD. Windows color (decimal): -1521144 or 576232. OLE color: 576232.
HSL color Cylindrical-coordinate representation of color #E8CA08: hue angle of 51.96º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8CA08 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.09 |
| HSL | 51.96º | 0.93% | 0.47% | - |
| HSV(B) | 51.96º | 0.97% | 0.91% | - |
| XYZ | 54.44 | 59.41 | 8.83 | - |
| YUV | 188.85 | 25.94 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 8 | 0 | 0.13 | 0.97 | 0.09 | 51.96 | 0.93 | 0.47 |
| Hex | E8 | CA | 8 | 0 | D | 61 | 9 | 34 | 5D | 2F |
| Octal | 350 | 312 | 10 | 0 | 15 | 141 | 11 | 64 | 135 | 57 |
| Binary | 11101000 | 11001010 | 1000 | 0 | 1101 | 1100001 | 1001 | 110100 | 1011101 | 101111 |
Color Harmonies of #E8CA08
Complementary color
Monochromatic Colors of #E8CA08
Black with #E8CA08
Text Example
Text Example
White with #E8CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA08; }
p { color: rgb(232,202,8); }
H1.HeaderClassName
{
color: #E8CA08;
}
.AnyTagClassName
{
color: #E8CA08;
}
</style>
background-color css
<style>
a { background-color: #E8CA08; }
a { background-color: rgb(232,202,8); }
div.DivClassName
{
background-color: #E8CA08;
}
.BgClassName
{
background-color: #E8CA08;
}
</style>
border-color css
<style>
span { border-color: #E8CA08; }
span { border-color: rgb(232,202,8); }
td.TdClassName
{
border-color: #E8CA08;
}
.TagClassName
{
border-color: #E8CA08;
}
</style>