Shades of Sunflower #E0BD0E
Tints of Sunflower #E0BD0E
RGB
CMYK
RGB Variations
Color information
#E0BD0E (or 0xE0BD0E) is known color: Sunflower. HEX triplet: E0, BD and 0E. RGB value is (224,189,14). Sum of RGB (Red+Green+Blue) = 224+189+14=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BD0E is #1F42F1. Grayscale: #B4B4B4. Windows color (decimal): -2048754 or 966112. OLE color: 966112.
HSL color Cylindrical-coordinate representation of color #E0BD0E: hue angle of 50º 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 #E0BD0E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.12 |
| HSL | 50º | 0.88% | 0.47% | - |
| HSV(B) | 50º | 0.94% | 0.88% | - |
| XYZ | 49.02 | 52.27 | 7.92 | - |
| YUV | 179.52 | 34.6 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 14 | 0 | 0.16 | 0.94 | 0.12 | 50 | 0.88 | 0.47 |
| Hex | E0 | BD | E | 0 | 10 | 5E | C | 32 | 58 | 2F |
| Octal | 340 | 275 | 16 | 0 | 20 | 136 | 14 | 62 | 130 | 57 |
| Binary | 11100000 | 10111101 | 1110 | 0 | 10000 | 1011110 | 1100 | 110010 | 1011000 | 101111 |
Color Harmonies of #E0BD0E
Complementary color
Monochromatic Colors of #E0BD0E
Black with #E0BD0E
Text Example
Text Example
White with #E0BD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD0E; }
p { color: rgb(224,189,14); }
H1.HeaderClassName
{
color: #E0BD0E;
}
.AnyTagClassName
{
color: #E0BD0E;
}
</style>
background-color css
<style>
a { background-color: #E0BD0E; }
a { background-color: rgb(224,189,14); }
div.DivClassName
{
background-color: #E0BD0E;
}
.BgClassName
{
background-color: #E0BD0E;
}
</style>
border-color css
<style>
span { border-color: #E0BD0E; }
span { border-color: rgb(224,189,14); }
td.TdClassName
{
border-color: #E0BD0E;
}
.TagClassName
{
border-color: #E0BD0E;
}
</style>