Shades of Sunflower #E1C420
Tints of Sunflower #E1C420
RGB
CMYK
RGB Variations
Color information
#E1C420 (or 0xE1C420) is known color: Sunflower. HEX triplet: E1, C4 and 20. RGB value is (225,196,32). Sum of RGB (Red+Green+Blue) = 225+196+32=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C420 is #1E3BDF. Grayscale: #BABABA. Windows color (decimal): -1981408 or 2147553. OLE color: 2147553.
HSL color Cylindrical-coordinate representation of color #E1C420: hue angle of 50.98º 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 #E1C420 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 32 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.12 |
| HSL | 50.98º | 0.76% | 0.5% | - |
| HSV(B) | 50.98º | 0.86% | 0.88% | - |
| XYZ | 51.05 | 55.59 | 9.41 | - |
| YUV | 185.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 32 | 0 | 0.13 | 0.86 | 0.12 | 50.98 | 0.76 | 0.5 |
| Hex | E1 | C4 | 20 | 0 | D | 56 | C | 33 | 4C | 32 |
| Octal | 341 | 304 | 40 | 0 | 15 | 126 | 14 | 63 | 114 | 62 |
| Binary | 11100001 | 11000100 | 100000 | 0 | 1101 | 1010110 | 1100 | 110011 | 1001100 | 110010 |
Color Harmonies of #E1C420
Complementary color
Monochromatic Colors of #E1C420
Black with #E1C420
Text Example
Text Example
White with #E1C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C420; }
p { color: rgb(225,196,32); }
H1.HeaderClassName
{
color: #E1C420;
}
.AnyTagClassName
{
color: #E1C420;
}
</style>
background-color css
<style>
a { background-color: #E1C420; }
a { background-color: rgb(225,196,32); }
div.DivClassName
{
background-color: #E1C420;
}
.BgClassName
{
background-color: #E1C420;
}
</style>
border-color css
<style>
span { border-color: #E1C420; }
span { border-color: rgb(225,196,32); }
td.TdClassName
{
border-color: #E1C420;
}
.TagClassName
{
border-color: #E1C420;
}
</style>