Shades of Golden Poppy #E3C300
Tints of Golden Poppy #E3C300
RGB
CMYK
RGB Variations
Color information
#E3C300 (or 0xE3C300) is known color: Golden Poppy. HEX triplet: E3, C3 and 00. RGB value is (227,195,0). Sum of RGB (Red+Green+Blue) = 227+195+0=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C300 is #1C3CFF. Grayscale: #B7B7B7. Windows color (decimal): -1850624 or 50147. OLE color: 50147.
HSL color Cylindrical-coordinate representation of color #E3C300: hue angle of 51.54º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3C300 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.11 |
| HSL | 51.54º | 1% | 0.45% | - |
| HSV(B) | 51.54º | 1% | 0.89% | - |
| XYZ | 51.19 | 55.36 | 7.99 | - |
| YUV | 182.34 | 25.1 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 0 | 0 | 0.14 | 1 | 0.11 | 51.54 | 1 | 0.45 |
| Hex | E3 | C3 | 0 | 0 | E | 64 | B | 34 | 64 | 2D |
| Octal | 343 | 303 | 0 | 0 | 16 | 144 | 13 | 64 | 144 | 55 |
| Binary | 11100011 | 11000011 | 0 | 0 | 1110 | 1100100 | 1011 | 110100 | 1100100 | 101101 |
Color Harmonies of #E3C300
Complementary color
Monochromatic Colors of #E3C300
Black with #E3C300
Text Example
Text Example
White with #E3C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C300; }
p { color: rgb(227,195,0); }
H1.HeaderClassName
{
color: #E3C300;
}
.AnyTagClassName
{
color: #E3C300;
}
</style>
background-color css
<style>
a { background-color: #E3C300; }
a { background-color: rgb(227,195,0); }
div.DivClassName
{
background-color: #E3C300;
}
.BgClassName
{
background-color: #E3C300;
}
</style>
border-color css
<style>
span { border-color: #E3C300; }
span { border-color: rgb(227,195,0); }
td.TdClassName
{
border-color: #E3C300;
}
.TagClassName
{
border-color: #E3C300;
}
</style>