Shades of Sunflower #E0BC0A
Tints of Sunflower #E0BC0A
RGB
CMYK
RGB Variations
Color information
#E0BC0A (or 0xE0BC0A) is known color: Sunflower. HEX triplet: E0, BC and 0A. RGB value is (224,188,10). Sum of RGB (Red+Green+Blue) = 224+188+10=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC0A is #1F43F5. Grayscale: #B3B3B3. Windows color (decimal): -2049014 or 703712. OLE color: 703712.
HSL color Cylindrical-coordinate representation of color #E0BC0A: hue angle of 49.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0BC0A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.12 |
| HSL | 49.91º | 0.91% | 0.46% | - |
| HSV(B) | 49.91º | 0.96% | 0.88% | - |
| XYZ | 48.78 | 51.84 | 7.72 | - |
| YUV | 178.47 | 32.93 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 10 | 0 | 0.16 | 0.96 | 0.12 | 49.91 | 0.91 | 0.46 |
| Hex | E0 | BC | A | 0 | 10 | 60 | C | 32 | 5B | 2E |
| Octal | 340 | 274 | 12 | 0 | 20 | 140 | 14 | 62 | 133 | 56 |
| Binary | 11100000 | 10111100 | 1010 | 0 | 10000 | 1100000 | 1100 | 110010 | 1011011 | 101110 |
Color Harmonies of #E0BC0A
Complementary color
Monochromatic Colors of #E0BC0A
Black with #E0BC0A
Text Example
Text Example
White with #E0BC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC0A; }
p { color: rgb(224,188,10); }
H1.HeaderClassName
{
color: #E0BC0A;
}
.AnyTagClassName
{
color: #E0BC0A;
}
</style>
background-color css
<style>
a { background-color: #E0BC0A; }
a { background-color: rgb(224,188,10); }
div.DivClassName
{
background-color: #E0BC0A;
}
.BgClassName
{
background-color: #E0BC0A;
}
</style>
border-color css
<style>
span { border-color: #E0BC0A; }
span { border-color: rgb(224,188,10); }
td.TdClassName
{
border-color: #E0BC0A;
}
.TagClassName
{
border-color: #E0BC0A;
}
</style>