Shades of Sunflower #E0BD0A
Tints of Sunflower #E0BD0A
RGB
CMYK
RGB Variations
Color information
#E0BD0A (or 0xE0BD0A) is known color: Sunflower. HEX triplet: E0, BD and 0A. RGB value is (224,189,10). Sum of RGB (Red+Green+Blue) = 224+189+10=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BD0A is #1F42F5. Grayscale: #B3B3B3. Windows color (decimal): -2048758 or 703968. OLE color: 703968.
HSL color Cylindrical-coordinate representation of color #E0BD0A: hue angle of 50.19º 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 #E0BD0A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.12 |
| HSL | 50.19º | 0.91% | 0.46% | - |
| HSV(B) | 50.19º | 0.96% | 0.88% | - |
| XYZ | 48.99 | 52.26 | 7.79 | - |
| YUV | 179.06 | 32.6 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 10 | 0 | 0.16 | 0.96 | 0.12 | 50.19 | 0.91 | 0.46 |
| Hex | E0 | BD | A | 0 | 10 | 60 | C | 32 | 5B | 2E |
| Octal | 340 | 275 | 12 | 0 | 20 | 140 | 14 | 62 | 133 | 56 |
| Binary | 11100000 | 10111101 | 1010 | 0 | 10000 | 1100000 | 1100 | 110010 | 1011011 | 101110 |
Color Harmonies of #E0BD0A
Complementary color
Monochromatic Colors of #E0BD0A
Black with #E0BD0A
Text Example
Text Example
White with #E0BD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD0A; }
p { color: rgb(224,189,10); }
H1.HeaderClassName
{
color: #E0BD0A;
}
.AnyTagClassName
{
color: #E0BD0A;
}
</style>
background-color css
<style>
a { background-color: #E0BD0A; }
a { background-color: rgb(224,189,10); }
div.DivClassName
{
background-color: #E0BD0A;
}
.BgClassName
{
background-color: #E0BD0A;
}
</style>
border-color css
<style>
span { border-color: #E0BD0A; }
span { border-color: rgb(224,189,10); }
td.TdClassName
{
border-color: #E0BD0A;
}
.TagClassName
{
border-color: #E0BD0A;
}
</style>