Shades of Sunflower #E0CF16
Tints of Sunflower #E0CF16
RGB
CMYK
RGB Variations
Color information
#E0CF16 (or 0xE0CF16) is known color: Sunflower. HEX triplet: E0, CF and 16. RGB value is (224,207,22). Sum of RGB (Red+Green+Blue) = 224+207+22=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CF16 is #1F30E9. Grayscale: #BFBFBF. Windows color (decimal): -2044138 or 1495008. OLE color: 1495008.
HSL color Cylindrical-coordinate representation of color #E0CF16: hue angle of 54.95º 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 #E0CF16 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 22 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.12 |
| HSL | 54.95º | 0.82% | 0.48% | - |
| HSV(B) | 54.95º | 0.9% | 0.88% | - |
| XYZ | 53.2 | 60.53 | 9.64 | - |
| YUV | 190.99 | 32.63 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 22 | 0 | 0.08 | 0.90 | 0.12 | 54.95 | 0.82 | 0.48 |
| Hex | E0 | CF | 16 | 0 | 8 | 5A | C | 37 | 52 | 30 |
| Octal | 340 | 317 | 26 | 0 | 10 | 132 | 14 | 67 | 122 | 60 |
| Binary | 11100000 | 11001111 | 10110 | 0 | 1000 | 1011010 | 1100 | 110111 | 1010010 | 110000 |
Color Harmonies of #E0CF16
Complementary color
Monochromatic Colors of #E0CF16
Black with #E0CF16
Text Example
Text Example
White with #E0CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF16; }
p { color: rgb(224,207,22); }
H1.HeaderClassName
{
color: #E0CF16;
}
.AnyTagClassName
{
color: #E0CF16;
}
</style>
background-color css
<style>
a { background-color: #E0CF16; }
a { background-color: rgb(224,207,22); }
div.DivClassName
{
background-color: #E0CF16;
}
.BgClassName
{
background-color: #E0CF16;
}
</style>
border-color css
<style>
span { border-color: #E0CF16; }
span { border-color: rgb(224,207,22); }
td.TdClassName
{
border-color: #E0CF16;
}
.TagClassName
{
border-color: #E0CF16;
}
</style>