Shades of Sunflower #E1BA16
Tints of Sunflower #E1BA16
RGB
CMYK
RGB Variations
Color information
#E1BA16 (or 0xE1BA16) is known color: Sunflower. HEX triplet: E1, BA and 16. RGB value is (225,186,22). Sum of RGB (Red+Green+Blue) = 225+186+22=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA16 is #1E45E9. Grayscale: #B3B3B3. Windows color (decimal): -1983978 or 1489633. OLE color: 1489633.
HSL color Cylindrical-coordinate representation of color #E1BA16: hue angle of 48.47º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1BA16 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 22 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.12 |
| HSL | 48.47º | 0.82% | 0.48% | - |
| HSV(B) | 48.47º | 0.9% | 0.88% | - |
| XYZ | 48.76 | 51.18 | 8.07 | - |
| YUV | 178.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 22 | 0 | 0.17 | 0.90 | 0.12 | 48.47 | 0.82 | 0.48 |
| Hex | E1 | BA | 16 | 0 | 11 | 5A | C | 30 | 52 | 30 |
| Octal | 341 | 272 | 26 | 0 | 21 | 132 | 14 | 60 | 122 | 60 |
| Binary | 11100001 | 10111010 | 10110 | 0 | 10001 | 1011010 | 1100 | 110000 | 1010010 | 110000 |
Color Harmonies of #E1BA16
Complementary color
Monochromatic Colors of #E1BA16
Black with #E1BA16
Text Example
Text Example
White with #E1BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA16; }
p { color: rgb(225,186,22); }
H1.HeaderClassName
{
color: #E1BA16;
}
.AnyTagClassName
{
color: #E1BA16;
}
</style>
background-color css
<style>
a { background-color: #E1BA16; }
a { background-color: rgb(225,186,22); }
div.DivClassName
{
background-color: #E1BA16;
}
.BgClassName
{
background-color: #E1BA16;
}
</style>
border-color css
<style>
span { border-color: #E1BA16; }
span { border-color: rgb(225,186,22); }
td.TdClassName
{
border-color: #E1BA16;
}
.TagClassName
{
border-color: #E1BA16;
}
</style>