Shades of Sunflower #E2C520
Tints of Sunflower #E2C520
RGB
CMYK
RGB Variations
Color information
#E2C520 (or 0xE2C520) is known color: Sunflower. HEX triplet: E2, C5 and 20. RGB value is (226,197,32). Sum of RGB (Red+Green+Blue) = 226+197+32=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C520 is #1D3ADF. Grayscale: #BBBBBB. Windows color (decimal): -1915616 or 2147810. OLE color: 2147810.
HSL color Cylindrical-coordinate representation of color #E2C520: hue angle of 51.03º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2C520 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 32 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.11 |
| HSL | 51.03º | 0.77% | 0.51% | - |
| HSV(B) | 51.03º | 0.86% | 0.89% | - |
| XYZ | 51.59 | 56.21 | 9.5 | - |
| YUV | 186.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 32 | 0 | 0.13 | 0.86 | 0.11 | 51.03 | 0.77 | 0.51 |
| Hex | E2 | C5 | 20 | 0 | D | 56 | B | 33 | 4D | 33 |
| Octal | 342 | 305 | 40 | 0 | 15 | 126 | 13 | 63 | 115 | 63 |
| Binary | 11100010 | 11000101 | 100000 | 0 | 1101 | 1010110 | 1011 | 110011 | 1001101 | 110011 |
Color Harmonies of #E2C520
Complementary color
Monochromatic Colors of #E2C520
Black with #E2C520
Text Example
Text Example
White with #E2C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C520; }
p { color: rgb(226,197,32); }
H1.HeaderClassName
{
color: #E2C520;
}
.AnyTagClassName
{
color: #E2C520;
}
</style>
background-color css
<style>
a { background-color: #E2C520; }
a { background-color: rgb(226,197,32); }
div.DivClassName
{
background-color: #E2C520;
}
.BgClassName
{
background-color: #E2C520;
}
</style>
border-color css
<style>
span { border-color: #E2C520; }
span { border-color: rgb(226,197,32); }
td.TdClassName
{
border-color: #E2C520;
}
.TagClassName
{
border-color: #E2C520;
}
</style>