Shades of Sunflower #E0BA0E
Tints of Sunflower #E0BA0E
RGB
CMYK
RGB Variations
Color information
#E0BA0E (or 0xE0BA0E) is known color: Sunflower. HEX triplet: E0, BA and 0E. RGB value is (224,186,14). Sum of RGB (Red+Green+Blue) = 224+186+14=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BA0E is #1F45F1. Grayscale: #B2B2B2. Windows color (decimal): -2049522 or 965344. OLE color: 965344.
HSL color Cylindrical-coordinate representation of color #E0BA0E: hue angle of 49.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0BA0E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.12 |
| HSL | 49.14º | 0.88% | 0.47% | - |
| HSV(B) | 49.14º | 0.94% | 0.88% | - |
| XYZ | 48.38 | 51 | 7.71 | - |
| YUV | 177.75 | 35.59 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 14 | 0 | 0.17 | 0.94 | 0.12 | 49.14 | 0.88 | 0.47 |
| Hex | E0 | BA | E | 0 | 11 | 5E | C | 31 | 58 | 2F |
| Octal | 340 | 272 | 16 | 0 | 21 | 136 | 14 | 61 | 130 | 57 |
| Binary | 11100000 | 10111010 | 1110 | 0 | 10001 | 1011110 | 1100 | 110001 | 1011000 | 101111 |
Color Harmonies of #E0BA0E
Complementary color
Monochromatic Colors of #E0BA0E
Black with #E0BA0E
Text Example
Text Example
White with #E0BA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BA0E; }
p { color: rgb(224,186,14); }
H1.HeaderClassName
{
color: #E0BA0E;
}
.AnyTagClassName
{
color: #E0BA0E;
}
</style>
background-color css
<style>
a { background-color: #E0BA0E; }
a { background-color: rgb(224,186,14); }
div.DivClassName
{
background-color: #E0BA0E;
}
.BgClassName
{
background-color: #E0BA0E;
}
</style>
border-color css
<style>
span { border-color: #E0BA0E; }
span { border-color: rgb(224,186,14); }
td.TdClassName
{
border-color: #E0BA0E;
}
.TagClassName
{
border-color: #E0BA0E;
}
</style>