Shades of Sunflower #E1CA16
Tints of Sunflower #E1CA16
RGB
CMYK
RGB Variations
Color information
#E1CA16 (or 0xE1CA16) is known color: Sunflower. HEX triplet: E1, CA and 16. RGB value is (225,202,22). Sum of RGB (Red+Green+Blue) = 225+202+22=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CA16 is #1E35E9. Grayscale: #BDBDBD. Windows color (decimal): -1979882 or 1493729. OLE color: 1493729.
HSL color Cylindrical-coordinate representation of color #E1CA16: hue angle of 53.2º 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 #E1CA16 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.12 |
| HSL | 53.2º | 0.82% | 0.48% | - |
| HSV(B) | 53.2º | 0.9% | 0.88% | - |
| XYZ | 52.32 | 58.31 | 9.26 | - |
| YUV | 188.36 | 34.12 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 22 | 0 | 0.10 | 0.90 | 0.12 | 53.2 | 0.82 | 0.48 |
| Hex | E1 | CA | 16 | 0 | A | 5A | C | 35 | 52 | 30 |
| Octal | 341 | 312 | 26 | 0 | 12 | 132 | 14 | 65 | 122 | 60 |
| Binary | 11100001 | 11001010 | 10110 | 0 | 1010 | 1011010 | 1100 | 110101 | 1010010 | 110000 |
Color Harmonies of #E1CA16
Complementary color
Monochromatic Colors of #E1CA16
Black with #E1CA16
Text Example
Text Example
White with #E1CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA16; }
p { color: rgb(225,202,22); }
H1.HeaderClassName
{
color: #E1CA16;
}
.AnyTagClassName
{
color: #E1CA16;
}
</style>
background-color css
<style>
a { background-color: #E1CA16; }
a { background-color: rgb(225,202,22); }
div.DivClassName
{
background-color: #E1CA16;
}
.BgClassName
{
background-color: #E1CA16;
}
</style>
border-color css
<style>
span { border-color: #E1CA16; }
span { border-color: rgb(225,202,22); }
td.TdClassName
{
border-color: #E1CA16;
}
.TagClassName
{
border-color: #E1CA16;
}
</style>