Shades of Sunflower #E0C516
Tints of Sunflower #E0C516
RGB
CMYK
RGB Variations
Color information
#E0C516 (or 0xE0C516) is known color: Sunflower. HEX triplet: E0, C5 and 16. RGB value is (224,197,22). Sum of RGB (Red+Green+Blue) = 224+197+22=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C516 is #1F3AE9. Grayscale: #B9B9B9. Windows color (decimal): -2046698 or 1492448. OLE color: 1492448.
HSL color Cylindrical-coordinate representation of color #E0C516: hue angle of 51.98º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0C516 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.12 |
| HSL | 51.98º | 0.82% | 0.48% | - |
| HSV(B) | 51.98º | 0.9% | 0.88% | - |
| XYZ | 50.85 | 55.84 | 8.86 | - |
| YUV | 185.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 22 | 0 | 0.12 | 0.90 | 0.12 | 51.98 | 0.82 | 0.48 |
| Hex | E0 | C5 | 16 | 0 | C | 5A | C | 34 | 52 | 30 |
| Octal | 340 | 305 | 26 | 0 | 14 | 132 | 14 | 64 | 122 | 60 |
| Binary | 11100000 | 11000101 | 10110 | 0 | 1100 | 1011010 | 1100 | 110100 | 1010010 | 110000 |
Color Harmonies of #E0C516
Complementary color
Monochromatic Colors of #E0C516
Black with #E0C516
Text Example
Text Example
White with #E0C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C516; }
p { color: rgb(224,197,22); }
H1.HeaderClassName
{
color: #E0C516;
}
.AnyTagClassName
{
color: #E0C516;
}
</style>
background-color css
<style>
a { background-color: #E0C516; }
a { background-color: rgb(224,197,22); }
div.DivClassName
{
background-color: #E0C516;
}
.BgClassName
{
background-color: #E0C516;
}
</style>
border-color css
<style>
span { border-color: #E0C516; }
span { border-color: rgb(224,197,22); }
td.TdClassName
{
border-color: #E0C516;
}
.TagClassName
{
border-color: #E0C516;
}
</style>