Shades of Sunflower #E1BA09
Tints of Sunflower #E1BA09
RGB
CMYK
RGB Variations
Color information
#E1BA09 (or 0xE1BA09) is known color: Sunflower. HEX triplet: E1, BA and 09. RGB value is (225,186,9). Sum of RGB (Red+Green+Blue) = 225+186+9=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA09 is #1E45F6. Grayscale: #B2B2B2. Windows color (decimal): -1983991 or 637665. OLE color: 637665.
HSL color Cylindrical-coordinate representation of color #E1BA09: hue angle of 49.17º degrees, saturation: 0.92, 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 #E1BA09 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.12 |
| HSL | 49.17º | 0.92% | 0.46% | - |
| HSV(B) | 49.17º | 0.96% | 0.88% | - |
| XYZ | 48.66 | 51.15 | 7.57 | - |
| YUV | 177.48 | 32.92 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 9 | 0 | 0.17 | 0.96 | 0.12 | 49.17 | 0.92 | 0.46 |
| Hex | E1 | BA | 9 | 0 | 11 | 60 | C | 31 | 5C | 2E |
| Octal | 341 | 272 | 11 | 0 | 21 | 140 | 14 | 61 | 134 | 56 |
| Binary | 11100001 | 10111010 | 1001 | 0 | 10001 | 1100000 | 1100 | 110001 | 1011100 | 101110 |
Color Harmonies of #E1BA09
Complementary color
Monochromatic Colors of #E1BA09
Black with #E1BA09
Text Example
Text Example
White with #E1BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA09; }
p { color: rgb(225,186,9); }
H1.HeaderClassName
{
color: #E1BA09;
}
.AnyTagClassName
{
color: #E1BA09;
}
</style>
background-color css
<style>
a { background-color: #E1BA09; }
a { background-color: rgb(225,186,9); }
div.DivClassName
{
background-color: #E1BA09;
}
.BgClassName
{
background-color: #E1BA09;
}
</style>
border-color css
<style>
span { border-color: #E1BA09; }
span { border-color: rgb(225,186,9); }
td.TdClassName
{
border-color: #E1BA09;
}
.TagClassName
{
border-color: #E1BA09;
}
</style>