Shades of Sunflower #E8C80E
Tints of Sunflower #E8C80E
RGB
CMYK
RGB Variations
Color information
#E8C80E (or 0xE8C80E) is known color: Sunflower. HEX triplet: E8, C8 and 0E. RGB value is (232,200,14). Sum of RGB (Red+Green+Blue) = 232+200+14=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C80E is #1737F1. Grayscale: #BDBDBD. Windows color (decimal): -1521650 or 968936. OLE color: 968936.
HSL color Cylindrical-coordinate representation of color #E8C80E: hue angle of 51.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8C80E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.09 |
| HSL | 51.19º | 0.89% | 0.48% | - |
| HSV(B) | 51.19º | 0.94% | 0.91% | - |
| XYZ | 54.01 | 58.5 | 8.86 | - |
| YUV | 188.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 14 | 0 | 0.14 | 0.94 | 0.09 | 51.19 | 0.89 | 0.48 |
| Hex | E8 | C8 | E | 0 | E | 5E | 9 | 33 | 59 | 30 |
| Octal | 350 | 310 | 16 | 0 | 16 | 136 | 11 | 63 | 131 | 60 |
| Binary | 11101000 | 11001000 | 1110 | 0 | 1110 | 1011110 | 1001 | 110011 | 1011001 | 110000 |
Color Harmonies of #E8C80E
Complementary color
Monochromatic Colors of #E8C80E
Black with #E8C80E
Text Example
Text Example
White with #E8C80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C80E; }
p { color: rgb(232,200,14); }
H1.HeaderClassName
{
color: #E8C80E;
}
.AnyTagClassName
{
color: #E8C80E;
}
</style>
background-color css
<style>
a { background-color: #E8C80E; }
a { background-color: rgb(232,200,14); }
div.DivClassName
{
background-color: #E8C80E;
}
.BgClassName
{
background-color: #E8C80E;
}
</style>
border-color css
<style>
span { border-color: #E8C80E; }
span { border-color: rgb(232,200,14); }
td.TdClassName
{
border-color: #E8C80E;
}
.TagClassName
{
border-color: #E8C80E;
}
</style>