Shades of Golden Poppy #E9CA08
Tints of Golden Poppy #E9CA08
RGB
CMYK
RGB Variations
Color information
#E9CA08 (or 0xE9CA08) is known color: Golden Poppy. HEX triplet: E9, CA and 08. RGB value is (233,202,8). Sum of RGB (Red+Green+Blue) = 233+202+8=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9CA08 is #1635F7. Grayscale: #BDBDBD. Windows color (decimal): -1455608 or 576233. OLE color: 576233.
HSL color Cylindrical-coordinate representation of color #E9CA08: hue angle of 51.73º 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 #E9CA08 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.09 |
| HSL | 51.73º | 0.93% | 0.47% | - |
| HSV(B) | 51.73º | 0.97% | 0.91% | - |
| XYZ | 54.77 | 59.58 | 8.84 | - |
| YUV | 189.15 | 25.77 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 8 | 0 | 0.13 | 0.97 | 0.09 | 51.73 | 0.93 | 0.47 |
| Hex | E9 | CA | 8 | 0 | D | 61 | 9 | 34 | 5D | 2F |
| Octal | 351 | 312 | 10 | 0 | 15 | 141 | 11 | 64 | 135 | 57 |
| Binary | 11101001 | 11001010 | 1000 | 0 | 1101 | 1100001 | 1001 | 110100 | 1011101 | 101111 |
Color Harmonies of #E9CA08
Complementary color
Monochromatic Colors of #E9CA08
Black with #E9CA08
Text Example
Text Example
White with #E9CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CA08; }
p { color: rgb(233,202,8); }
H1.HeaderClassName
{
color: #E9CA08;
}
.AnyTagClassName
{
color: #E9CA08;
}
</style>
background-color css
<style>
a { background-color: #E9CA08; }
a { background-color: rgb(233,202,8); }
div.DivClassName
{
background-color: #E9CA08;
}
.BgClassName
{
background-color: #E9CA08;
}
</style>
border-color css
<style>
span { border-color: #E9CA08; }
span { border-color: rgb(233,202,8); }
td.TdClassName
{
border-color: #E9CA08;
}
.TagClassName
{
border-color: #E9CA08;
}
</style>