Shades of Sunflower #E2C504
Tints of Sunflower #E2C504
RGB
CMYK
RGB Variations
Color information
#E2C504 (or 0xE2C504) is known color: Sunflower. HEX triplet: E2, C5 and 04. RGB value is (226,197,4). Sum of RGB (Red+Green+Blue) = 226+197+4=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 4 (1.95% from 255 or 0.94% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C504 is #1D3AFB. Grayscale: #B8B8B8. Windows color (decimal): -1915644 or 312802. OLE color: 312802.
HSL color Cylindrical-coordinate representation of color #E2C504: hue angle of 52.16º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2C504 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.11 |
| HSL | 52.16º | 0.97% | 0.45% | - |
| HSV(B) | 52.16º | 0.98% | 0.89% | - |
| XYZ | 51.35 | 56.11 | 8.24 | - |
| YUV | 183.67 | 26.61 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 4 | 0 | 0.13 | 0.98 | 0.11 | 52.16 | 0.97 | 0.45 |
| Hex | E2 | C5 | 4 | 0 | D | 62 | B | 34 | 61 | 2D |
| Octal | 342 | 305 | 4 | 0 | 15 | 142 | 13 | 64 | 141 | 55 |
| Binary | 11100010 | 11000101 | 100 | 0 | 1101 | 1100010 | 1011 | 110100 | 1100001 | 101101 |
Color Harmonies of #E2C504
Complementary color
Monochromatic Colors of #E2C504
Black with #E2C504
Text Example
Text Example
White with #E2C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C504; }
p { color: rgb(226,197,4); }
H1.HeaderClassName
{
color: #E2C504;
}
.AnyTagClassName
{
color: #E2C504;
}
</style>
background-color css
<style>
a { background-color: #E2C504; }
a { background-color: rgb(226,197,4); }
div.DivClassName
{
background-color: #E2C504;
}
.BgClassName
{
background-color: #E2C504;
}
</style>
border-color css
<style>
span { border-color: #E2C504; }
span { border-color: rgb(226,197,4); }
td.TdClassName
{
border-color: #E2C504;
}
.TagClassName
{
border-color: #E2C504;
}
</style>