Shades of Sunflower #E1BA1F
Tints of Sunflower #E1BA1F
RGB
CMYK
RGB Variations
Color information
#E1BA1F (or 0xE1BA1F) is known color: Sunflower. HEX triplet: E1, BA and 1F. RGB value is (225,186,31). Sum of RGB (Red+Green+Blue) = 225+186+31=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA1F is #1E45E0. Grayscale: #B4B4B4. Windows color (decimal): -1983969 or 2079457. OLE color: 2079457.
HSL color Cylindrical-coordinate representation of color #E1BA1F: hue angle of 47.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1BA1F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 31 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.12 |
| HSL | 47.94º | 0.76% | 0.5% | - |
| HSV(B) | 47.94º | 0.86% | 0.88% | - |
| XYZ | 48.86 | 51.22 | 8.61 | - |
| YUV | 179.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 31 | 0 | 0.17 | 0.86 | 0.12 | 47.94 | 0.76 | 0.5 |
| Hex | E1 | BA | 1F | 0 | 11 | 56 | C | 30 | 4C | 32 |
| Octal | 341 | 272 | 37 | 0 | 21 | 126 | 14 | 60 | 114 | 62 |
| Binary | 11100001 | 10111010 | 11111 | 0 | 10001 | 1010110 | 1100 | 110000 | 1001100 | 110010 |
Color Harmonies of #E1BA1F
Complementary color
Monochromatic Colors of #E1BA1F
Black with #E1BA1F
Text Example
Text Example
White with #E1BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA1F; }
p { color: rgb(225,186,31); }
H1.HeaderClassName
{
color: #E1BA1F;
}
.AnyTagClassName
{
color: #E1BA1F;
}
</style>
background-color css
<style>
a { background-color: #E1BA1F; }
a { background-color: rgb(225,186,31); }
div.DivClassName
{
background-color: #E1BA1F;
}
.BgClassName
{
background-color: #E1BA1F;
}
</style>
border-color css
<style>
span { border-color: #E1BA1F; }
span { border-color: rgb(225,186,31); }
td.TdClassName
{
border-color: #E1BA1F;
}
.TagClassName
{
border-color: #E1BA1F;
}
</style>