Shades of Sunflower #E0CA20
Tints of Sunflower #E0CA20
RGB
CMYK
RGB Variations
Color information
#E0CA20 (or 0xE0CA20) is known color: Sunflower. HEX triplet: E0, CA and 20. RGB value is (224,202,32). Sum of RGB (Red+Green+Blue) = 224+202+32=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CA20 is #1F35DF. Grayscale: #BDBDBD. Windows color (decimal): -2045408 or 2149088. OLE color: 2149088.
HSL color Cylindrical-coordinate representation of color #E0CA20: hue angle of 53.12º 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 #E0CA20 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 32 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.12 |
| HSL | 53.13º | 0.76% | 0.5% | - |
| HSV(B) | 53.13º | 0.86% | 0.88% | - |
| XYZ | 52.12 | 58.19 | 9.85 | - |
| YUV | 189.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 32 | 0 | 0.10 | 0.86 | 0.12 | 53.13 | 0.76 | 0.5 |
| Hex | E0 | CA | 20 | 0 | A | 56 | C | 35 | 4C | 32 |
| Octal | 340 | 312 | 40 | 0 | 12 | 126 | 14 | 65 | 114 | 62 |
| Binary | 11100000 | 11001010 | 100000 | 0 | 1010 | 1010110 | 1100 | 110101 | 1001100 | 110010 |
Color Harmonies of #E0CA20
Complementary color
Monochromatic Colors of #E0CA20
Black with #E0CA20
Text Example
Text Example
White with #E0CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA20; }
p { color: rgb(224,202,32); }
H1.HeaderClassName
{
color: #E0CA20;
}
.AnyTagClassName
{
color: #E0CA20;
}
</style>
background-color css
<style>
a { background-color: #E0CA20; }
a { background-color: rgb(224,202,32); }
div.DivClassName
{
background-color: #E0CA20;
}
.BgClassName
{
background-color: #E0CA20;
}
</style>
border-color css
<style>
span { border-color: #E0CA20; }
span { border-color: rgb(224,202,32); }
td.TdClassName
{
border-color: #E0CA20;
}
.TagClassName
{
border-color: #E0CA20;
}
</style>