Shades of Sunflower #E1BB16
Tints of Sunflower #E1BB16
RGB
CMYK
RGB Variations
Color information
#E1BB16 (or 0xE1BB16) is known color: Sunflower. HEX triplet: E1, BB and 16. RGB value is (225,187,22). Sum of RGB (Red+Green+Blue) = 225+187+22=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BB16 is #1E44E9. Grayscale: #B4B4B4. Windows color (decimal): -1983722 or 1489889. OLE color: 1489889.
HSL color Cylindrical-coordinate representation of color #E1BB16: hue angle of 48.77º 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 #E1BB16 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 22 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.12 |
| HSL | 48.77º | 0.82% | 0.48% | - |
| HSV(B) | 48.77º | 0.9% | 0.88% | - |
| XYZ | 48.97 | 51.61 | 8.14 | - |
| YUV | 179.55 | 39.09 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 22 | 0 | 0.17 | 0.90 | 0.12 | 48.77 | 0.82 | 0.48 |
| Hex | E1 | BB | 16 | 0 | 11 | 5A | C | 31 | 52 | 30 |
| Octal | 341 | 273 | 26 | 0 | 21 | 132 | 14 | 61 | 122 | 60 |
| Binary | 11100001 | 10111011 | 10110 | 0 | 10001 | 1011010 | 1100 | 110001 | 1010010 | 110000 |
Color Harmonies of #E1BB16
Complementary color
Monochromatic Colors of #E1BB16
Black with #E1BB16
Text Example
Text Example
White with #E1BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB16; }
p { color: rgb(225,187,22); }
H1.HeaderClassName
{
color: #E1BB16;
}
.AnyTagClassName
{
color: #E1BB16;
}
</style>
background-color css
<style>
a { background-color: #E1BB16; }
a { background-color: rgb(225,187,22); }
div.DivClassName
{
background-color: #E1BB16;
}
.BgClassName
{
background-color: #E1BB16;
}
</style>
border-color css
<style>
span { border-color: #E1BB16; }
span { border-color: rgb(225,187,22); }
td.TdClassName
{
border-color: #E1BB16;
}
.TagClassName
{
border-color: #E1BB16;
}
</style>