Shades of Sunflower #E8BD0E
Tints of Sunflower #E8BD0E
RGB
CMYK
RGB Variations
Color information
#E8BD0E (or 0xE8BD0E) is known color: Sunflower. HEX triplet: E8, BD and 0E. RGB value is (232,189,14). Sum of RGB (Red+Green+Blue) = 232+189+14=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BD0E is #1742F1. Grayscale: #B6B6B6. Windows color (decimal): -1524466 or 966120. OLE color: 966120.
HSL color Cylindrical-coordinate representation of color #E8BD0E: hue angle of 48.17º 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 #E8BD0E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.09 |
| HSL | 48.17º | 0.89% | 0.48% | - |
| HSV(B) | 48.17º | 0.94% | 0.91% | - |
| XYZ | 51.56 | 53.58 | 8.04 | - |
| YUV | 181.91 | 33.25 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 14 | 0 | 0.19 | 0.94 | 0.09 | 48.17 | 0.89 | 0.48 |
| Hex | E8 | BD | E | 0 | 13 | 5E | 9 | 30 | 59 | 30 |
| Octal | 350 | 275 | 16 | 0 | 23 | 136 | 11 | 60 | 131 | 60 |
| Binary | 11101000 | 10111101 | 1110 | 0 | 10011 | 1011110 | 1001 | 110000 | 1011001 | 110000 |
Color Harmonies of #E8BD0E
Complementary color
Monochromatic Colors of #E8BD0E
Black with #E8BD0E
Text Example
Text Example
White with #E8BD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD0E; }
p { color: rgb(232,189,14); }
H1.HeaderClassName
{
color: #E8BD0E;
}
.AnyTagClassName
{
color: #E8BD0E;
}
</style>
background-color css
<style>
a { background-color: #E8BD0E; }
a { background-color: rgb(232,189,14); }
div.DivClassName
{
background-color: #E8BD0E;
}
.BgClassName
{
background-color: #E8BD0E;
}
</style>
border-color css
<style>
span { border-color: #E8BD0E; }
span { border-color: rgb(232,189,14); }
td.TdClassName
{
border-color: #E8BD0E;
}
.TagClassName
{
border-color: #E8BD0E;
}
</style>