Shades of Sunflower #E1BA0D
Tints of Sunflower #E1BA0D
RGB
CMYK
RGB Variations
Color information
#E1BA0D (or 0xE1BA0D) is known color: Sunflower. HEX triplet: E1, BA and 0D. RGB value is (225,186,13). Sum of RGB (Red+Green+Blue) = 225+186+13=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA0D is #1E45F2. Grayscale: #B2B2B2. Windows color (decimal): -1983987 or 899809. OLE color: 899809.
HSL color Cylindrical-coordinate representation of color #E1BA0D: hue angle of 48.96º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1BA0D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.12 |
| HSL | 48.96º | 0.89% | 0.47% | - |
| HSV(B) | 48.96º | 0.94% | 0.88% | - |
| XYZ | 48.68 | 51.15 | 7.69 | - |
| YUV | 177.94 | 34.92 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 13 | 0 | 0.17 | 0.94 | 0.12 | 48.96 | 0.89 | 0.47 |
| Hex | E1 | BA | D | 0 | 11 | 5E | C | 31 | 59 | 2F |
| Octal | 341 | 272 | 15 | 0 | 21 | 136 | 14 | 61 | 131 | 57 |
| Binary | 11100001 | 10111010 | 1101 | 0 | 10001 | 1011110 | 1100 | 110001 | 1011001 | 101111 |
Color Harmonies of #E1BA0D
Complementary color
Monochromatic Colors of #E1BA0D
Black with #E1BA0D
Text Example
Text Example
White with #E1BA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA0D; }
p { color: rgb(225,186,13); }
H1.HeaderClassName
{
color: #E1BA0D;
}
.AnyTagClassName
{
color: #E1BA0D;
}
</style>
background-color css
<style>
a { background-color: #E1BA0D; }
a { background-color: rgb(225,186,13); }
div.DivClassName
{
background-color: #E1BA0D;
}
.BgClassName
{
background-color: #E1BA0D;
}
</style>
border-color css
<style>
span { border-color: #E1BA0D; }
span { border-color: rgb(225,186,13); }
td.TdClassName
{
border-color: #E1BA0D;
}
.TagClassName
{
border-color: #E1BA0D;
}
</style>