Shades of Sunflower #E0CF00
Tints of Sunflower #E0CF00
RGB
CMYK
RGB Variations
Color information
#E0CF00 (or 0xE0CF00) is known color: Sunflower. HEX triplet: E0, CF and 00. RGB value is (224,207,0). Sum of RGB (Red+Green+Blue) = 224+207+0=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CF00 is #1F30FF. Grayscale: #BDBDBD. Windows color (decimal): -2044160 or 53216. OLE color: 53216.
HSL color Cylindrical-coordinate representation of color #E0CF00: hue angle of 55.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0CF00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.12 |
| HSL | 55.45º | 1% | 0.44% | - |
| HSV(B) | 55.45º | 1% | 0.88% | - |
| XYZ | 53.05 | 60.47 | 8.88 | - |
| YUV | 188.49 | 21.63 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 0 | 0 | 0.08 | 1 | 0.12 | 55.45 | 1 | 0.44 |
| Hex | E0 | CF | 0 | 0 | 8 | 64 | C | 37 | 64 | 2C |
| Octal | 340 | 317 | 0 | 0 | 10 | 144 | 14 | 67 | 144 | 54 |
| Binary | 11100000 | 11001111 | 0 | 0 | 1000 | 1100100 | 1100 | 110111 | 1100100 | 101100 |
Color Harmonies of #E0CF00
Complementary color
Monochromatic Colors of #E0CF00
Black with #E0CF00
Text Example
Text Example
White with #E0CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CF00; }
p { color: rgb(224,207,0); }
H1.HeaderClassName
{
color: #E0CF00;
}
.AnyTagClassName
{
color: #E0CF00;
}
</style>
background-color css
<style>
a { background-color: #E0CF00; }
a { background-color: rgb(224,207,0); }
div.DivClassName
{
background-color: #E0CF00;
}
.BgClassName
{
background-color: #E0CF00;
}
</style>
border-color css
<style>
span { border-color: #E0CF00; }
span { border-color: rgb(224,207,0); }
td.TdClassName
{
border-color: #E0CF00;
}
.TagClassName
{
border-color: #E0CF00;
}
</style>