Shades of Sunflower #E1BA0F
Tints of Sunflower #E1BA0F
RGB
CMYK
RGB Variations
Color information
#E1BA0F (or 0xE1BA0F) is known color: Sunflower. HEX triplet: E1, BA and 0F. RGB value is (225,186,15). Sum of RGB (Red+Green+Blue) = 225+186+15=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA0F is #1E45F0. Grayscale: #B2B2B2. Windows color (decimal): -1983985 or 1030881. OLE color: 1030881.
HSL color Cylindrical-coordinate representation of color #E1BA0F: hue angle of 48.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1BA0F is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 15 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.12 |
| HSL | 48.86º | 0.88% | 0.47% | - |
| HSV(B) | 48.86º | 0.93% | 0.88% | - |
| XYZ | 48.7 | 51.16 | 7.76 | - |
| YUV | 178.17 | 35.92 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 15 | 0 | 0.17 | 0.93 | 0.12 | 48.86 | 0.88 | 0.47 |
| Hex | E1 | BA | F | 0 | 11 | 5D | C | 31 | 58 | 2F |
| Octal | 341 | 272 | 17 | 0 | 21 | 135 | 14 | 61 | 130 | 57 |
| Binary | 11100001 | 10111010 | 1111 | 0 | 10001 | 1011101 | 1100 | 110001 | 1011000 | 101111 |
Color Harmonies of #E1BA0F
Complementary color
Monochromatic Colors of #E1BA0F
Black with #E1BA0F
Text Example
Text Example
White with #E1BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA0F; }
p { color: rgb(225,186,15); }
H1.HeaderClassName
{
color: #E1BA0F;
}
.AnyTagClassName
{
color: #E1BA0F;
}
</style>
background-color css
<style>
a { background-color: #E1BA0F; }
a { background-color: rgb(225,186,15); }
div.DivClassName
{
background-color: #E1BA0F;
}
.BgClassName
{
background-color: #E1BA0F;
}
</style>
border-color css
<style>
span { border-color: #E1BA0F; }
span { border-color: rgb(225,186,15); }
td.TdClassName
{
border-color: #E1BA0F;
}
.TagClassName
{
border-color: #E1BA0F;
}
</style>