Shades of Sunflower #E0CA15
Tints of Sunflower #E0CA15
RGB
CMYK
RGB Variations
Color information
#E0CA15 (or 0xE0CA15) is known color: Sunflower. HEX triplet: E0, CA and 15. RGB value is (224,202,21). Sum of RGB (Red+Green+Blue) = 224+202+21=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CA15 is #1F35EA. Grayscale: #BCBCBC. Windows color (decimal): -2045419 or 1428192. OLE color: 1428192.
HSL color Cylindrical-coordinate representation of color #E0CA15: hue angle of 53.5º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0CA15 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 21 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.12 |
| HSL | 53.5º | 0.83% | 0.48% | - |
| HSV(B) | 53.5º | 0.91% | 0.88% | - |
| XYZ | 52 | 58.14 | 9.19 | - |
| YUV | 187.94 | 33.79 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 21 | 0 | 0.10 | 0.91 | 0.12 | 53.5 | 0.83 | 0.48 |
| Hex | E0 | CA | 15 | 0 | A | 5B | C | 35 | 53 | 30 |
| Octal | 340 | 312 | 25 | 0 | 12 | 133 | 14 | 65 | 123 | 60 |
| Binary | 11100000 | 11001010 | 10101 | 0 | 1010 | 1011011 | 1100 | 110101 | 1010011 | 110000 |
Color Harmonies of #E0CA15
Complementary color
Monochromatic Colors of #E0CA15
Black with #E0CA15
Text Example
Text Example
White with #E0CA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA15; }
p { color: rgb(224,202,21); }
H1.HeaderClassName
{
color: #E0CA15;
}
.AnyTagClassName
{
color: #E0CA15;
}
</style>
background-color css
<style>
a { background-color: #E0CA15; }
a { background-color: rgb(224,202,21); }
div.DivClassName
{
background-color: #E0CA15;
}
.BgClassName
{
background-color: #E0CA15;
}
</style>
border-color css
<style>
span { border-color: #E0CA15; }
span { border-color: rgb(224,202,21); }
td.TdClassName
{
border-color: #E0CA15;
}
.TagClassName
{
border-color: #E0CA15;
}
</style>