Shades of Sunflower #E1C620
Tints of Sunflower #E1C620
RGB
CMYK
RGB Variations
Color information
#E1C620 (or 0xE1C620) is known color: Sunflower. HEX triplet: E1, C6 and 20. RGB value is (225,198,32). Sum of RGB (Red+Green+Blue) = 225+198+32=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C620 is #1E39DF. Grayscale: #BBBBBB. Windows color (decimal): -1980896 or 2148065. OLE color: 2148065.
HSL color Cylindrical-coordinate representation of color #E1C620: hue angle of 51.61º 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 #E1C620 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 32 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.12 |
| HSL | 51.61º | 0.76% | 0.5% | - |
| HSV(B) | 51.61º | 0.86% | 0.88% | - |
| XYZ | 51.51 | 56.5 | 9.56 | - |
| YUV | 187.15 | 40.45 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 32 | 0 | 0.12 | 0.86 | 0.12 | 51.61 | 0.76 | 0.5 |
| Hex | E1 | C6 | 20 | 0 | C | 56 | C | 34 | 4C | 32 |
| Octal | 341 | 306 | 40 | 0 | 14 | 126 | 14 | 64 | 114 | 62 |
| Binary | 11100001 | 11000110 | 100000 | 0 | 1100 | 1010110 | 1100 | 110100 | 1001100 | 110010 |
Color Harmonies of #E1C620
Complementary color
Monochromatic Colors of #E1C620
Black with #E1C620
Text Example
Text Example
White with #E1C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C620; }
p { color: rgb(225,198,32); }
H1.HeaderClassName
{
color: #E1C620;
}
.AnyTagClassName
{
color: #E1C620;
}
</style>
background-color css
<style>
a { background-color: #E1C620; }
a { background-color: rgb(225,198,32); }
div.DivClassName
{
background-color: #E1C620;
}
.BgClassName
{
background-color: #E1C620;
}
</style>
border-color css
<style>
span { border-color: #E1C620; }
span { border-color: rgb(225,198,32); }
td.TdClassName
{
border-color: #E1C620;
}
.TagClassName
{
border-color: #E1C620;
}
</style>