Shades of Sunflower #E1BB0A
Tints of Sunflower #E1BB0A
RGB
CMYK
RGB Variations
Color information
#E1BB0A (or 0xE1BB0A) is known color: Sunflower. HEX triplet: E1, BB and 0A. RGB value is (225,187,10). Sum of RGB (Red+Green+Blue) = 225+187+10=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BB0A is #1E44F5. Grayscale: #B2B2B2. Windows color (decimal): -1983734 or 703457. OLE color: 703457.
HSL color Cylindrical-coordinate representation of color #E1BB0A: hue angle of 49.4º degrees, saturation: 0.91, 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 #E1BB0A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.12 |
| HSL | 49.4º | 0.91% | 0.46% | - |
| HSV(B) | 49.4º | 0.96% | 0.88% | - |
| XYZ | 48.88 | 51.57 | 7.67 | - |
| YUV | 178.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 10 | 0 | 0.17 | 0.96 | 0.12 | 49.4 | 0.91 | 0.46 |
| Hex | E1 | BB | A | 0 | 11 | 60 | C | 31 | 5B | 2E |
| Octal | 341 | 273 | 12 | 0 | 21 | 140 | 14 | 61 | 133 | 56 |
| Binary | 11100001 | 10111011 | 1010 | 0 | 10001 | 1100000 | 1100 | 110001 | 1011011 | 101110 |
Color Harmonies of #E1BB0A
Complementary color
Monochromatic Colors of #E1BB0A
Black with #E1BB0A
Text Example
Text Example
White with #E1BB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB0A; }
p { color: rgb(225,187,10); }
H1.HeaderClassName
{
color: #E1BB0A;
}
.AnyTagClassName
{
color: #E1BB0A;
}
</style>
background-color css
<style>
a { background-color: #E1BB0A; }
a { background-color: rgb(225,187,10); }
div.DivClassName
{
background-color: #E1BB0A;
}
.BgClassName
{
background-color: #E1BB0A;
}
</style>
border-color css
<style>
span { border-color: #E1BB0A; }
span { border-color: rgb(225,187,10); }
td.TdClassName
{
border-color: #E1BB0A;
}
.TagClassName
{
border-color: #E1BB0A;
}
</style>