Shades of Golden Poppy #E4C302
Tints of Golden Poppy #E4C302
RGB
CMYK
RGB Variations
Color information
#E4C302 (or 0xE4C302) is known color: Golden Poppy. HEX triplet: E4, C3 and 02. RGB value is (228,195,2). Sum of RGB (Red+Green+Blue) = 228+195+2=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C302 is #1B3CFD. Grayscale: #B7B7B7. Windows color (decimal): -1785086 or 181220. OLE color: 181220.
HSL color Cylindrical-coordinate representation of color #E4C302: hue angle of 51.24º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4C302 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 195 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.11 |
| HSL | 51.24º | 0.98% | 0.45% | - |
| HSV(B) | 51.24º | 0.99% | 0.89% | - |
| XYZ | 51.52 | 55.53 | 8.06 | - |
| YUV | 182.87 | 25.93 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 195 | 2 | 0 | 0.14 | 0.99 | 0.11 | 51.24 | 0.98 | 0.45 |
| Hex | E4 | C3 | 2 | 0 | E | 63 | B | 33 | 62 | 2D |
| Octal | 344 | 303 | 2 | 0 | 16 | 143 | 13 | 63 | 142 | 55 |
| Binary | 11100100 | 11000011 | 10 | 0 | 1110 | 1100011 | 1011 | 110011 | 1100010 | 101101 |
Color Harmonies of #E4C302
Complementary color
Monochromatic Colors of #E4C302
Black with #E4C302
Text Example
Text Example
White with #E4C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C302; }
p { color: rgb(228,195,2); }
H1.HeaderClassName
{
color: #E4C302;
}
.AnyTagClassName
{
color: #E4C302;
}
</style>
background-color css
<style>
a { background-color: #E4C302; }
a { background-color: rgb(228,195,2); }
div.DivClassName
{
background-color: #E4C302;
}
.BgClassName
{
background-color: #E4C302;
}
</style>
border-color css
<style>
span { border-color: #E4C302; }
span { border-color: rgb(228,195,2); }
td.TdClassName
{
border-color: #E4C302;
}
.TagClassName
{
border-color: #E4C302;
}
</style>