Shades of Golden Poppy #E5CC03
Tints of Golden Poppy #E5CC03
RGB
CMYK
RGB Variations
Color information
#E5CC03 (or 0xE5CC03) is known color: Golden Poppy. HEX triplet: E5, CC and 03. RGB value is (229,204,3). Sum of RGB (Red+Green+Blue) = 229+204+3=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CC03 is #1A33FC. Grayscale: #BDBDBD. Windows color (decimal): -1717245 or 249061. OLE color: 249061.
HSL color Cylindrical-coordinate representation of color #E5CC03: hue angle of 53.36º degrees, saturation: 0.97, 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 #E5CC03 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.10 |
| HSL | 53.36º | 0.97% | 0.45% | - |
| HSV(B) | 53.36º | 0.99% | 0.9% | - |
| XYZ | 53.92 | 59.85 | 8.8 | - |
| YUV | 188.56 | 23.28 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 3 | 0 | 0.11 | 0.99 | 0.10 | 53.36 | 0.97 | 0.45 |
| Hex | E5 | CC | 3 | 0 | B | 63 | A | 35 | 61 | 2D |
| Octal | 345 | 314 | 3 | 0 | 13 | 143 | 12 | 65 | 141 | 55 |
| Binary | 11100101 | 11001100 | 11 | 0 | 1011 | 1100011 | 1010 | 110101 | 1100001 | 101101 |
Color Harmonies of #E5CC03
Complementary color
Monochromatic Colors of #E5CC03
Black with #E5CC03
Text Example
Text Example
White with #E5CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC03; }
p { color: rgb(229,204,3); }
H1.HeaderClassName
{
color: #E5CC03;
}
.AnyTagClassName
{
color: #E5CC03;
}
</style>
background-color css
<style>
a { background-color: #E5CC03; }
a { background-color: rgb(229,204,3); }
div.DivClassName
{
background-color: #E5CC03;
}
.BgClassName
{
background-color: #E5CC03;
}
</style>
border-color css
<style>
span { border-color: #E5CC03; }
span { border-color: rgb(229,204,3); }
td.TdClassName
{
border-color: #E5CC03;
}
.TagClassName
{
border-color: #E5CC03;
}
</style>