Shades of Sunflower #E1C220
Tints of Sunflower #E1C220
RGB
CMYK
RGB Variations
Color information
#E1C220 (or 0xE1C220) is known color: Sunflower. HEX triplet: E1, C2 and 20. RGB value is (225,194,32). Sum of RGB (Red+Green+Blue) = 225+194+32=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C220 is #1E3DDF. Grayscale: #B9B9B9. Windows color (decimal): -1981920 or 2147041. OLE color: 2147041.
HSL color Cylindrical-coordinate representation of color #E1C220: hue angle of 50.36º 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 #E1C220 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 32 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.12 |
| HSL | 50.36º | 0.76% | 0.5% | - |
| HSV(B) | 50.36º | 0.86% | 0.88% | - |
| XYZ | 50.6 | 54.7 | 9.26 | - |
| YUV | 184.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 32 | 0 | 0.14 | 0.86 | 0.12 | 50.36 | 0.76 | 0.5 |
| Hex | E1 | C2 | 20 | 0 | E | 56 | C | 32 | 4C | 32 |
| Octal | 341 | 302 | 40 | 0 | 16 | 126 | 14 | 62 | 114 | 62 |
| Binary | 11100001 | 11000010 | 100000 | 0 | 1110 | 1010110 | 1100 | 110010 | 1001100 | 110010 |
Color Harmonies of #E1C220
Complementary color
Monochromatic Colors of #E1C220
Black with #E1C220
Text Example
Text Example
White with #E1C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C220; }
p { color: rgb(225,194,32); }
H1.HeaderClassName
{
color: #E1C220;
}
.AnyTagClassName
{
color: #E1C220;
}
</style>
background-color css
<style>
a { background-color: #E1C220; }
a { background-color: rgb(225,194,32); }
div.DivClassName
{
background-color: #E1C220;
}
.BgClassName
{
background-color: #E1C220;
}
</style>
border-color css
<style>
span { border-color: #E1C220; }
span { border-color: rgb(225,194,32); }
td.TdClassName
{
border-color: #E1C220;
}
.TagClassName
{
border-color: #E1C220;
}
</style>