Shades of Sunflower #E0CA21
Tints of Sunflower #E0CA21
RGB
CMYK
RGB Variations
Color information
#E0CA21 (or 0xE0CA21) is known color: Sunflower. HEX triplet: E0, CA and 21. RGB value is (224,202,33). Sum of RGB (Red+Green+Blue) = 224+202+33=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CA21 is #1F35DE. Grayscale: #BEBEBE. Windows color (decimal): -2045407 or 2214624. OLE color: 2214624.
HSL color Cylindrical-coordinate representation of color #E0CA21: hue angle of 53.09º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0CA21 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 33 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.12 |
| HSL | 53.09º | 0.75% | 0.5% | - |
| HSV(B) | 53.09º | 0.85% | 0.88% | - |
| XYZ | 52.14 | 58.2 | 9.92 | - |
| YUV | 189.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 33 | 0 | 0.10 | 0.85 | 0.12 | 53.09 | 0.75 | 0.5 |
| Hex | E0 | CA | 21 | 0 | A | 55 | C | 35 | 4B | 32 |
| Octal | 340 | 312 | 41 | 0 | 12 | 125 | 14 | 65 | 113 | 62 |
| Binary | 11100000 | 11001010 | 100001 | 0 | 1010 | 1010101 | 1100 | 110101 | 1001011 | 110010 |
Color Harmonies of #E0CA21
Complementary color
Monochromatic Colors of #E0CA21
Black with #E0CA21
Text Example
Text Example
White with #E0CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA21; }
p { color: rgb(224,202,33); }
H1.HeaderClassName
{
color: #E0CA21;
}
.AnyTagClassName
{
color: #E0CA21;
}
</style>
background-color css
<style>
a { background-color: #E0CA21; }
a { background-color: rgb(224,202,33); }
div.DivClassName
{
background-color: #E0CA21;
}
.BgClassName
{
background-color: #E0CA21;
}
</style>
border-color css
<style>
span { border-color: #E0CA21; }
span { border-color: rgb(224,202,33); }
td.TdClassName
{
border-color: #E0CA21;
}
.TagClassName
{
border-color: #E0CA21;
}
</style>