Shades of Sunflower #E1BA02
Tints of Sunflower #E1BA02
RGB
CMYK
RGB Variations
Color information
#E1BA02 (or 0xE1BA02) is known color: Sunflower. HEX triplet: E1, BA and 02. RGB value is (225,186,2). Sum of RGB (Red+Green+Blue) = 225+186+2=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA02 is #1E45FD. Grayscale: #B1B1B1. Windows color (decimal): -1983998 or 178913. OLE color: 178913.
HSL color Cylindrical-coordinate representation of color #E1BA02: hue angle of 49.51º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1BA02 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.12 |
| HSL | 49.51º | 0.98% | 0.45% | - |
| HSV(B) | 49.51º | 0.99% | 0.88% | - |
| XYZ | 48.62 | 51.13 | 7.36 | - |
| YUV | 176.69 | 29.42 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 2 | 0 | 0.17 | 0.99 | 0.12 | 49.51 | 0.98 | 0.45 |
| Hex | E1 | BA | 2 | 0 | 11 | 63 | C | 32 | 62 | 2D |
| Octal | 341 | 272 | 2 | 0 | 21 | 143 | 14 | 62 | 142 | 55 |
| Binary | 11100001 | 10111010 | 10 | 0 | 10001 | 1100011 | 1100 | 110010 | 1100010 | 101101 |
Color Harmonies of #E1BA02
Complementary color
Monochromatic Colors of #E1BA02
Black with #E1BA02
Text Example
Text Example
White with #E1BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA02; }
p { color: rgb(225,186,2); }
H1.HeaderClassName
{
color: #E1BA02;
}
.AnyTagClassName
{
color: #E1BA02;
}
</style>
background-color css
<style>
a { background-color: #E1BA02; }
a { background-color: rgb(225,186,2); }
div.DivClassName
{
background-color: #E1BA02;
}
.BgClassName
{
background-color: #E1BA02;
}
</style>
border-color css
<style>
span { border-color: #E1BA02; }
span { border-color: rgb(225,186,2); }
td.TdClassName
{
border-color: #E1BA02;
}
.TagClassName
{
border-color: #E1BA02;
}
</style>