Shades of Sunflower #E1BA06
Tints of Sunflower #E1BA06
RGB
CMYK
RGB Variations
Color information
#E1BA06 (or 0xE1BA06) is known color: Sunflower. HEX triplet: E1, BA and 06. RGB value is (225,186,6). Sum of RGB (Red+Green+Blue) = 225+186+6=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA06 is #1E45F9. Grayscale: #B1B1B1. Windows color (decimal): -1983994 or 441057. OLE color: 441057.
HSL color Cylindrical-coordinate representation of color #E1BA06: hue angle of 49.32º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1BA06 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 6 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.12 |
| HSL | 49.32º | 0.95% | 0.45% | - |
| HSV(B) | 49.32º | 0.97% | 0.88% | - |
| XYZ | 48.64 | 51.14 | 7.48 | - |
| YUV | 177.14 | 31.42 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 6 | 0 | 0.17 | 0.97 | 0.12 | 49.32 | 0.95 | 0.45 |
| Hex | E1 | BA | 6 | 0 | 11 | 61 | C | 31 | 5F | 2D |
| Octal | 341 | 272 | 6 | 0 | 21 | 141 | 14 | 61 | 137 | 55 |
| Binary | 11100001 | 10111010 | 110 | 0 | 10001 | 1100001 | 1100 | 110001 | 1011111 | 101101 |
Color Harmonies of #E1BA06
Complementary color
Monochromatic Colors of #E1BA06
Black with #E1BA06
Text Example
Text Example
White with #E1BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA06; }
p { color: rgb(225,186,6); }
H1.HeaderClassName
{
color: #E1BA06;
}
.AnyTagClassName
{
color: #E1BA06;
}
</style>
background-color css
<style>
a { background-color: #E1BA06; }
a { background-color: rgb(225,186,6); }
div.DivClassName
{
background-color: #E1BA06;
}
.BgClassName
{
background-color: #E1BA06;
}
</style>
border-color css
<style>
span { border-color: #E1BA06; }
span { border-color: rgb(225,186,6); }
td.TdClassName
{
border-color: #E1BA06;
}
.TagClassName
{
border-color: #E1BA06;
}
</style>