Shades of Sunflower #E2C524
Tints of Sunflower #E2C524
RGB
CMYK
RGB Variations
Color information
#E2C524 (or 0xE2C524) is known color: Sunflower. HEX triplet: E2, C5 and 24. RGB value is (226,197,36). Sum of RGB (Red+Green+Blue) = 226+197+36=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 36 (14.45% from 255 or 7.84% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C524 is #1D3ADB. Grayscale: #BBBBBB. Windows color (decimal): -1915612 or 2409954. OLE color: 2409954.
HSL color Cylindrical-coordinate representation of color #E2C524: hue angle of 50.84º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2C524 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 36 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.11 |
| HSL | 50.84º | 0.77% | 0.51% | - |
| HSV(B) | 50.84º | 0.84% | 0.89% | - |
| XYZ | 51.65 | 56.23 | 9.8 | - |
| YUV | 187.32 | 42.61 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 36 | 0 | 0.13 | 0.84 | 0.11 | 50.84 | 0.77 | 0.51 |
| Hex | E2 | C5 | 24 | 0 | D | 54 | B | 33 | 4D | 33 |
| Octal | 342 | 305 | 44 | 0 | 15 | 124 | 13 | 63 | 115 | 63 |
| Binary | 11100010 | 11000101 | 100100 | 0 | 1101 | 1010100 | 1011 | 110011 | 1001101 | 110011 |
Color Harmonies of #E2C524
Complementary color
Monochromatic Colors of #E2C524
Black with #E2C524
Text Example
Text Example
White with #E2C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C524; }
p { color: rgb(226,197,36); }
H1.HeaderClassName
{
color: #E2C524;
}
.AnyTagClassName
{
color: #E2C524;
}
</style>
background-color css
<style>
a { background-color: #E2C524; }
a { background-color: rgb(226,197,36); }
div.DivClassName
{
background-color: #E2C524;
}
.BgClassName
{
background-color: #E2C524;
}
</style>
border-color css
<style>
span { border-color: #E2C524; }
span { border-color: rgb(226,197,36); }
td.TdClassName
{
border-color: #E2C524;
}
.TagClassName
{
border-color: #E2C524;
}
</style>