Shades of Golden Poppy #E5CC02
Tints of Golden Poppy #E5CC02
RGB
CMYK
RGB Variations
Color information
#E5CC02 (or 0xE5CC02) is known color: Golden Poppy. HEX triplet: E5, CC and 02. RGB value is (229,204,2). Sum of RGB (Red+Green+Blue) = 229+204+2=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CC02 is #1A33FD. Grayscale: #BDBDBD. Windows color (decimal): -1717246 or 183525. OLE color: 183525.
HSL color Cylindrical-coordinate representation of color #E5CC02: hue angle of 53.39º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5CC02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.10 |
| HSL | 53.39º | 0.98% | 0.45% | - |
| HSV(B) | 53.39º | 0.99% | 0.9% | - |
| XYZ | 53.92 | 59.85 | 8.77 | - |
| YUV | 188.45 | 22.78 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 2 | 0 | 0.11 | 0.99 | 0.10 | 53.39 | 0.98 | 0.45 |
| Hex | E5 | CC | 2 | 0 | B | 63 | A | 35 | 62 | 2D |
| Octal | 345 | 314 | 2 | 0 | 13 | 143 | 12 | 65 | 142 | 55 |
| Binary | 11100101 | 11001100 | 10 | 0 | 1011 | 1100011 | 1010 | 110101 | 1100010 | 101101 |
Color Harmonies of #E5CC02
Complementary color
Monochromatic Colors of #E5CC02
Black with #E5CC02
Text Example
Text Example
White with #E5CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC02; }
p { color: rgb(229,204,2); }
H1.HeaderClassName
{
color: #E5CC02;
}
.AnyTagClassName
{
color: #E5CC02;
}
</style>
background-color css
<style>
a { background-color: #E5CC02; }
a { background-color: rgb(229,204,2); }
div.DivClassName
{
background-color: #E5CC02;
}
.BgClassName
{
background-color: #E5CC02;
}
</style>
border-color css
<style>
span { border-color: #E5CC02; }
span { border-color: rgb(229,204,2); }
td.TdClassName
{
border-color: #E5CC02;
}
.TagClassName
{
border-color: #E5CC02;
}
</style>