Shades of Sunflower #E1B20C
Tints of Sunflower #E1B20C
RGB
CMYK
RGB Variations
Color information
#E1B20C (or 0xE1B20C) is known color: Sunflower. HEX triplet: E1, B2 and 0C. RGB value is (225,178,12). Sum of RGB (Red+Green+Blue) = 225+178+12=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B20C is #1E4DF3. Grayscale: #ADADAD. Windows color (decimal): -1986036 or 832225. OLE color: 832225.
HSL color Cylindrical-coordinate representation of color #E1B20C: hue angle of 46.76º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1B20C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.12 |
| HSL | 46.76º | 0.9% | 0.46% | - |
| HSV(B) | 46.76º | 0.95% | 0.88% | - |
| XYZ | 47.04 | 47.87 | 7.11 | - |
| YUV | 173.13 | 37.07 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 12 | 0 | 0.21 | 0.95 | 0.12 | 46.76 | 0.9 | 0.46 |
| Hex | E1 | B2 | C | 0 | 15 | 5F | C | 2F | 5A | 2E |
| Octal | 341 | 262 | 14 | 0 | 25 | 137 | 14 | 57 | 132 | 56 |
| Binary | 11100001 | 10110010 | 1100 | 0 | 10101 | 1011111 | 1100 | 101111 | 1011010 | 101110 |
Color Harmonies of #E1B20C
Complementary color
Monochromatic Colors of #E1B20C
Black with #E1B20C
Text Example
Text Example
White with #E1B20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B20C; }
p { color: rgb(225,178,12); }
H1.HeaderClassName
{
color: #E1B20C;
}
.AnyTagClassName
{
color: #E1B20C;
}
</style>
background-color css
<style>
a { background-color: #E1B20C; }
a { background-color: rgb(225,178,12); }
div.DivClassName
{
background-color: #E1B20C;
}
.BgClassName
{
background-color: #E1B20C;
}
</style>
border-color css
<style>
span { border-color: #E1B20C; }
span { border-color: rgb(225,178,12); }
td.TdClassName
{
border-color: #E1B20C;
}
.TagClassName
{
border-color: #E1B20C;
}
</style>