Shades of Sunflower #E0C70A
Tints of Sunflower #E0C70A
RGB
CMYK
RGB Variations
Color information
#E0C70A (or 0xE0C70A) is known color: Sunflower. HEX triplet: E0, C7 and 0A. RGB value is (224,199,10). Sum of RGB (Red+Green+Blue) = 224+199+10=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C70A is #1F38F5. Grayscale: #B9B9B9. Windows color (decimal): -2046198 or 706528. OLE color: 706528.
HSL color Cylindrical-coordinate representation of color #E0C70A: hue angle of 52.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0C70A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.12 |
| HSL | 52.99º | 0.91% | 0.46% | - |
| HSV(B) | 52.99º | 0.96% | 0.88% | - |
| XYZ | 51.22 | 56.72 | 8.53 | - |
| YUV | 184.93 | 29.28 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 10 | 0 | 0.11 | 0.96 | 0.12 | 52.99 | 0.91 | 0.46 |
| Hex | E0 | C7 | A | 0 | B | 60 | C | 35 | 5B | 2E |
| Octal | 340 | 307 | 12 | 0 | 13 | 140 | 14 | 65 | 133 | 56 |
| Binary | 11100000 | 11000111 | 1010 | 0 | 1011 | 1100000 | 1100 | 110101 | 1011011 | 101110 |
Color Harmonies of #E0C70A
Complementary color
Monochromatic Colors of #E0C70A
Black with #E0C70A
Text Example
Text Example
White with #E0C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C70A; }
p { color: rgb(224,199,10); }
H1.HeaderClassName
{
color: #E0C70A;
}
.AnyTagClassName
{
color: #E0C70A;
}
</style>
background-color css
<style>
a { background-color: #E0C70A; }
a { background-color: rgb(224,199,10); }
div.DivClassName
{
background-color: #E0C70A;
}
.BgClassName
{
background-color: #E0C70A;
}
</style>
border-color css
<style>
span { border-color: #E0C70A; }
span { border-color: rgb(224,199,10); }
td.TdClassName
{
border-color: #E0C70A;
}
.TagClassName
{
border-color: #E0C70A;
}
</style>