Shades of Sunflower #E1C920
Tints of Sunflower #E1C920
RGB
CMYK
RGB Variations
Color information
#E1C920 (or 0xE1C920) is known color: Sunflower. HEX triplet: E1, C9 and 20. RGB value is (225,201,32). Sum of RGB (Red+Green+Blue) = 225+201+32=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C920 is #1E36DF. Grayscale: #BDBDBD. Windows color (decimal): -1980128 or 2148833. OLE color: 2148833.
HSL color Cylindrical-coordinate representation of color #E1C920: hue angle of 52.54º 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 #E1C920 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 32 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.12 |
| HSL | 52.54º | 0.76% | 0.5% | - |
| HSV(B) | 52.54º | 0.86% | 0.88% | - |
| XYZ | 52.2 | 57.89 | 9.79 | - |
| YUV | 188.91 | 39.45 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 32 | 0 | 0.11 | 0.86 | 0.12 | 52.54 | 0.76 | 0.5 |
| Hex | E1 | C9 | 20 | 0 | B | 56 | C | 35 | 4C | 32 |
| Octal | 341 | 311 | 40 | 0 | 13 | 126 | 14 | 65 | 114 | 62 |
| Binary | 11100001 | 11001001 | 100000 | 0 | 1011 | 1010110 | 1100 | 110101 | 1001100 | 110010 |
Color Harmonies of #E1C920
Complementary color
Monochromatic Colors of #E1C920
Black with #E1C920
Text Example
Text Example
White with #E1C920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C920; }
p { color: rgb(225,201,32); }
H1.HeaderClassName
{
color: #E1C920;
}
.AnyTagClassName
{
color: #E1C920;
}
</style>
background-color css
<style>
a { background-color: #E1C920; }
a { background-color: rgb(225,201,32); }
div.DivClassName
{
background-color: #E1C920;
}
.BgClassName
{
background-color: #E1C920;
}
</style>
border-color css
<style>
span { border-color: #E1C920; }
span { border-color: rgb(225,201,32); }
td.TdClassName
{
border-color: #E1C920;
}
.TagClassName
{
border-color: #E1C920;
}
</style>