Shades of Golden Poppy #E8C104
Tints of Golden Poppy #E8C104
RGB
CMYK
RGB Variations
Color information
#E8C104 (or 0xE8C104) is known color: Golden Poppy. HEX triplet: E8, C1 and 04. RGB value is (232,193,4). Sum of RGB (Red+Green+Blue) = 232+193+4=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C104 is #173EFB. Grayscale: #B7B7B7. Windows color (decimal): -1523452 or 311784. OLE color: 311784.
HSL color Cylindrical-coordinate representation of color #E8C104: hue angle of 49.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8C104 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.09 |
| HSL | 49.74º | 0.97% | 0.46% | - |
| HSV(B) | 49.74º | 0.98% | 0.91% | - |
| XYZ | 52.37 | 55.3 | 8.03 | - |
| YUV | 183.12 | 26.92 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 4 | 0 | 0.17 | 0.98 | 0.09 | 49.74 | 0.97 | 0.46 |
| Hex | E8 | C1 | 4 | 0 | 11 | 62 | 9 | 32 | 61 | 2E |
| Octal | 350 | 301 | 4 | 0 | 21 | 142 | 11 | 62 | 141 | 56 |
| Binary | 11101000 | 11000001 | 100 | 0 | 10001 | 1100010 | 1001 | 110010 | 1100001 | 101110 |
Color Harmonies of #E8C104
Complementary color
Monochromatic Colors of #E8C104
Black with #E8C104
Text Example
Text Example
White with #E8C104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C104; }
p { color: rgb(232,193,4); }
H1.HeaderClassName
{
color: #E8C104;
}
.AnyTagClassName
{
color: #E8C104;
}
</style>
background-color css
<style>
a { background-color: #E8C104; }
a { background-color: rgb(232,193,4); }
div.DivClassName
{
background-color: #E8C104;
}
.BgClassName
{
background-color: #E8C104;
}
</style>
border-color css
<style>
span { border-color: #E8C104; }
span { border-color: rgb(232,193,4); }
td.TdClassName
{
border-color: #E8C104;
}
.TagClassName
{
border-color: #E8C104;
}
</style>