Shades of Sunflower #E5BA05
Tints of Sunflower #E5BA05
RGB
CMYK
RGB Variations
Color information
#E5BA05 (or 0xE5BA05) is known color: Sunflower. HEX triplet: E5, BA and 05. RGB value is (229,186,5). Sum of RGB (Red+Green+Blue) = 229+186+5=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BA05 is #1A45FA. Grayscale: #B2B2B2. Windows color (decimal): -1721851 or 375525. OLE color: 375525.
HSL color Cylindrical-coordinate representation of color #E5BA05: hue angle of 48.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5BA05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.10 |
| HSL | 48.48º | 0.96% | 0.46% | - |
| HSV(B) | 48.48º | 0.98% | 0.9% | - |
| XYZ | 49.9 | 51.79 | 7.51 | - |
| YUV | 178.22 | 30.25 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 5 | 0 | 0.19 | 0.98 | 0.10 | 48.48 | 0.96 | 0.46 |
| Hex | E5 | BA | 5 | 0 | 13 | 62 | A | 30 | 60 | 2E |
| Octal | 345 | 272 | 5 | 0 | 23 | 142 | 12 | 60 | 140 | 56 |
| Binary | 11100101 | 10111010 | 101 | 0 | 10011 | 1100010 | 1010 | 110000 | 1100000 | 101110 |
Color Harmonies of #E5BA05
Complementary color
Monochromatic Colors of #E5BA05
Black with #E5BA05
Text Example
Text Example
White with #E5BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA05; }
p { color: rgb(229,186,5); }
H1.HeaderClassName
{
color: #E5BA05;
}
.AnyTagClassName
{
color: #E5BA05;
}
</style>
background-color css
<style>
a { background-color: #E5BA05; }
a { background-color: rgb(229,186,5); }
div.DivClassName
{
background-color: #E5BA05;
}
.BgClassName
{
background-color: #E5BA05;
}
</style>
border-color css
<style>
span { border-color: #E5BA05; }
span { border-color: rgb(229,186,5); }
td.TdClassName
{
border-color: #E5BA05;
}
.TagClassName
{
border-color: #E5BA05;
}
</style>