Shades of Sunflower #E1C020
Tints of Sunflower #E1C020
RGB
CMYK
RGB Variations
Color information
#E1C020 (or 0xE1C020) is known color: Sunflower. HEX triplet: E1, C0 and 20. RGB value is (225,192,32). Sum of RGB (Red+Green+Blue) = 225+192+32=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C020 is #1E3FDF. Grayscale: #B8B8B8. Windows color (decimal): -1982432 or 2146529. OLE color: 2146529.
HSL color Cylindrical-coordinate representation of color #E1C020: hue angle of 49.74º 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 #E1C020 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 32 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.12 |
| HSL | 49.74º | 0.76% | 0.5% | - |
| HSV(B) | 49.74º | 0.86% | 0.88% | - |
| XYZ | 50.16 | 53.81 | 9.11 | - |
| YUV | 183.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 32 | 0 | 0.15 | 0.86 | 0.12 | 49.74 | 0.76 | 0.5 |
| Hex | E1 | C0 | 20 | 0 | F | 56 | C | 32 | 4C | 32 |
| Octal | 341 | 300 | 40 | 0 | 17 | 126 | 14 | 62 | 114 | 62 |
| Binary | 11100001 | 11000000 | 100000 | 0 | 1111 | 1010110 | 1100 | 110010 | 1001100 | 110010 |
Color Harmonies of #E1C020
Complementary color
Monochromatic Colors of #E1C020
Black with #E1C020
Text Example
Text Example
White with #E1C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C020; }
p { color: rgb(225,192,32); }
H1.HeaderClassName
{
color: #E1C020;
}
.AnyTagClassName
{
color: #E1C020;
}
</style>
background-color css
<style>
a { background-color: #E1C020; }
a { background-color: rgb(225,192,32); }
div.DivClassName
{
background-color: #E1C020;
}
.BgClassName
{
background-color: #E1C020;
}
</style>
border-color css
<style>
span { border-color: #E1C020; }
span { border-color: rgb(225,192,32); }
td.TdClassName
{
border-color: #E1C020;
}
.TagClassName
{
border-color: #E1C020;
}
</style>