Shades of Golden Poppy #E5CB03
Tints of Golden Poppy #E5CB03
RGB
CMYK
RGB Variations
Color information
#E5CB03 (or 0xE5CB03) is known color: Golden Poppy. HEX triplet: E5, CB and 03. RGB value is (229,203,3). Sum of RGB (Red+Green+Blue) = 229+203+3=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CB03 is #1A34FC. Grayscale: #BCBCBC. Windows color (decimal): -1717501 or 248805. OLE color: 248805.
HSL color Cylindrical-coordinate representation of color #E5CB03: hue angle of 53.1º 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 #E5CB03 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.10 |
| HSL | 53.1º | 0.97% | 0.45% | - |
| HSV(B) | 53.1º | 0.99% | 0.9% | - |
| XYZ | 53.69 | 59.38 | 8.72 | - |
| YUV | 187.97 | 23.61 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 3 | 0 | 0.11 | 0.99 | 0.10 | 53.1 | 0.97 | 0.45 |
| Hex | E5 | CB | 3 | 0 | B | 63 | A | 35 | 61 | 2D |
| Octal | 345 | 313 | 3 | 0 | 13 | 143 | 12 | 65 | 141 | 55 |
| Binary | 11100101 | 11001011 | 11 | 0 | 1011 | 1100011 | 1010 | 110101 | 1100001 | 101101 |
Color Harmonies of #E5CB03
Complementary color
Monochromatic Colors of #E5CB03
Black with #E5CB03
Text Example
Text Example
White with #E5CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB03; }
p { color: rgb(229,203,3); }
H1.HeaderClassName
{
color: #E5CB03;
}
.AnyTagClassName
{
color: #E5CB03;
}
</style>
background-color css
<style>
a { background-color: #E5CB03; }
a { background-color: rgb(229,203,3); }
div.DivClassName
{
background-color: #E5CB03;
}
.BgClassName
{
background-color: #E5CB03;
}
</style>
border-color css
<style>
span { border-color: #E5CB03; }
span { border-color: rgb(229,203,3); }
td.TdClassName
{
border-color: #E5CB03;
}
.TagClassName
{
border-color: #E5CB03;
}
</style>