Shades of Sunflower #E0BA03
Tints of Sunflower #E0BA03
RGB
CMYK
RGB Variations
Color information
#E0BA03 (or 0xE0BA03) is known color: Sunflower. HEX triplet: E0, BA and 03. RGB value is (224,186,3). Sum of RGB (Red+Green+Blue) = 224+186+3=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BA03 is #1F45FC. Grayscale: #B1B1B1. Windows color (decimal): -2049533 or 244448. OLE color: 244448.
HSL color Cylindrical-coordinate representation of color #E0BA03: hue angle of 49.68º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0BA03 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.12 |
| HSL | 49.68º | 0.97% | 0.45% | - |
| HSV(B) | 49.68º | 0.99% | 0.88% | - |
| XYZ | 48.32 | 50.97 | 7.38 | - |
| YUV | 176.5 | 30.09 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 3 | 0 | 0.17 | 0.99 | 0.12 | 49.68 | 0.97 | 0.45 |
| Hex | E0 | BA | 3 | 0 | 11 | 63 | C | 32 | 61 | 2D |
| Octal | 340 | 272 | 3 | 0 | 21 | 143 | 14 | 62 | 141 | 55 |
| Binary | 11100000 | 10111010 | 11 | 0 | 10001 | 1100011 | 1100 | 110010 | 1100001 | 101101 |
Color Harmonies of #E0BA03
Complementary color
Monochromatic Colors of #E0BA03
Black with #E0BA03
Text Example
Text Example
White with #E0BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BA03; }
p { color: rgb(224,186,3); }
H1.HeaderClassName
{
color: #E0BA03;
}
.AnyTagClassName
{
color: #E0BA03;
}
</style>
background-color css
<style>
a { background-color: #E0BA03; }
a { background-color: rgb(224,186,3); }
div.DivClassName
{
background-color: #E0BA03;
}
.BgClassName
{
background-color: #E0BA03;
}
</style>
border-color css
<style>
span { border-color: #E0BA03; }
span { border-color: rgb(224,186,3); }
td.TdClassName
{
border-color: #E0BA03;
}
.TagClassName
{
border-color: #E0BA03;
}
</style>