Shades of Sunflower #E0BC0E
Tints of Sunflower #E0BC0E
RGB
CMYK
RGB Variations
Color information
#E0BC0E (or 0xE0BC0E) is known color: Sunflower. HEX triplet: E0, BC and 0E. RGB value is (224,188,14). Sum of RGB (Red+Green+Blue) = 224+188+14=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC0E is #1F43F1. Grayscale: #B3B3B3. Windows color (decimal): -2049010 or 965856. OLE color: 965856.
HSL color Cylindrical-coordinate representation of color #E0BC0E: hue angle of 49.71º 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 #E0BC0E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.12 |
| HSL | 49.71º | 0.88% | 0.47% | - |
| HSV(B) | 49.71º | 0.94% | 0.88% | - |
| XYZ | 48.8 | 51.85 | 7.85 | - |
| YUV | 178.93 | 34.93 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 14 | 0 | 0.16 | 0.94 | 0.12 | 49.71 | 0.88 | 0.47 |
| Hex | E0 | BC | E | 0 | 10 | 5E | C | 32 | 58 | 2F |
| Octal | 340 | 274 | 16 | 0 | 20 | 136 | 14 | 62 | 130 | 57 |
| Binary | 11100000 | 10111100 | 1110 | 0 | 10000 | 1011110 | 1100 | 110010 | 1011000 | 101111 |
Color Harmonies of #E0BC0E
Complementary color
Monochromatic Colors of #E0BC0E
Black with #E0BC0E
Text Example
Text Example
White with #E0BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC0E; }
p { color: rgb(224,188,14); }
H1.HeaderClassName
{
color: #E0BC0E;
}
.AnyTagClassName
{
color: #E0BC0E;
}
</style>
background-color css
<style>
a { background-color: #E0BC0E; }
a { background-color: rgb(224,188,14); }
div.DivClassName
{
background-color: #E0BC0E;
}
.BgClassName
{
background-color: #E0BC0E;
}
</style>
border-color css
<style>
span { border-color: #E0BC0E; }
span { border-color: rgb(224,188,14); }
td.TdClassName
{
border-color: #E0BC0E;
}
.TagClassName
{
border-color: #E0BC0E;
}
</style>