Shades of Sunflower #E0C70C
Tints of Sunflower #E0C70C
RGB
CMYK
RGB Variations
Color information
#E0C70C (or 0xE0C70C) is known color: Sunflower. HEX triplet: E0, C7 and 0C. RGB value is (224,199,12). Sum of RGB (Red+Green+Blue) = 224+199+12=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C70C is #1F38F3. Grayscale: #B9B9B9. Windows color (decimal): -2046196 or 837600. OLE color: 837600.
HSL color Cylindrical-coordinate representation of color #E0C70C: hue angle of 52.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0C70C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.12 |
| HSL | 52.92º | 0.9% | 0.46% | - |
| HSV(B) | 52.92º | 0.95% | 0.88% | - |
| XYZ | 51.23 | 56.72 | 8.6 | - |
| YUV | 185.16 | 30.28 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 12 | 0 | 0.11 | 0.95 | 0.12 | 52.92 | 0.9 | 0.46 |
| Hex | E0 | C7 | C | 0 | B | 5F | C | 35 | 5A | 2E |
| Octal | 340 | 307 | 14 | 0 | 13 | 137 | 14 | 65 | 132 | 56 |
| Binary | 11100000 | 11000111 | 1100 | 0 | 1011 | 1011111 | 1100 | 110101 | 1011010 | 101110 |
Color Harmonies of #E0C70C
Complementary color
Monochromatic Colors of #E0C70C
Black with #E0C70C
Text Example
Text Example
White with #E0C70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C70C; }
p { color: rgb(224,199,12); }
H1.HeaderClassName
{
color: #E0C70C;
}
.AnyTagClassName
{
color: #E0C70C;
}
</style>
background-color css
<style>
a { background-color: #E0C70C; }
a { background-color: rgb(224,199,12); }
div.DivClassName
{
background-color: #E0C70C;
}
.BgClassName
{
background-color: #E0C70C;
}
</style>
border-color css
<style>
span { border-color: #E0C70C; }
span { border-color: rgb(224,199,12); }
td.TdClassName
{
border-color: #E0C70C;
}
.TagClassName
{
border-color: #E0C70C;
}
</style>