Shades of Sunflower #E1BA07
Tints of Sunflower #E1BA07
RGB
CMYK
RGB Variations
Color information
#E1BA07 (or 0xE1BA07) is known color: Sunflower. HEX triplet: E1, BA and 07. RGB value is (225,186,7). Sum of RGB (Red+Green+Blue) = 225+186+7=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA07 is #1E45F8. Grayscale: #B2B2B2. Windows color (decimal): -1983993 or 506593. OLE color: 506593.
HSL color Cylindrical-coordinate representation of color #E1BA07: hue angle of 49.27º degrees, saturation: 0.94, 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 #E1BA07 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.12 |
| HSL | 49.27º | 0.94% | 0.45% | - |
| HSV(B) | 49.27º | 0.97% | 0.88% | - |
| XYZ | 48.65 | 51.14 | 7.51 | - |
| YUV | 177.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 7 | 0 | 0.17 | 0.97 | 0.12 | 49.27 | 0.94 | 0.45 |
| Hex | E1 | BA | 7 | 0 | 11 | 61 | C | 31 | 5E | 2D |
| Octal | 341 | 272 | 7 | 0 | 21 | 141 | 14 | 61 | 136 | 55 |
| Binary | 11100001 | 10111010 | 111 | 0 | 10001 | 1100001 | 1100 | 110001 | 1011110 | 101101 |
Color Harmonies of #E1BA07
Complementary color
Monochromatic Colors of #E1BA07
Black with #E1BA07
Text Example
Text Example
White with #E1BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA07; }
p { color: rgb(225,186,7); }
H1.HeaderClassName
{
color: #E1BA07;
}
.AnyTagClassName
{
color: #E1BA07;
}
</style>
background-color css
<style>
a { background-color: #E1BA07; }
a { background-color: rgb(225,186,7); }
div.DivClassName
{
background-color: #E1BA07;
}
.BgClassName
{
background-color: #E1BA07;
}
</style>
border-color css
<style>
span { border-color: #E1BA07; }
span { border-color: rgb(225,186,7); }
td.TdClassName
{
border-color: #E1BA07;
}
.TagClassName
{
border-color: #E1BA07;
}
</style>