Shades of Sunflower #E2C70A
Tints of Sunflower #E2C70A
RGB
CMYK
RGB Variations
Color information
#E2C70A (or 0xE2C70A) is known color: Sunflower. HEX triplet: E2, C7 and 0A. RGB value is (226,199,10). Sum of RGB (Red+Green+Blue) = 226+199+10=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C70A is #1D38F5. Grayscale: #BABABA. Windows color (decimal): -1915126 or 706530. OLE color: 706530.
HSL color Cylindrical-coordinate representation of color #E2C70A: hue angle of 52.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2C70A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.11 |
| HSL | 52.5º | 0.92% | 0.46% | - |
| HSV(B) | 52.5º | 0.96% | 0.89% | - |
| XYZ | 51.84 | 57.04 | 8.56 | - |
| YUV | 185.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 10 | 0 | 0.12 | 0.96 | 0.11 | 52.5 | 0.92 | 0.46 |
| Hex | E2 | C7 | A | 0 | C | 60 | B | 34 | 5C | 2E |
| Octal | 342 | 307 | 12 | 0 | 14 | 140 | 13 | 64 | 134 | 56 |
| Binary | 11100010 | 11000111 | 1010 | 0 | 1100 | 1100000 | 1011 | 110100 | 1011100 | 101110 |
Color Harmonies of #E2C70A
Complementary color
Monochromatic Colors of #E2C70A
Black with #E2C70A
Text Example
Text Example
White with #E2C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C70A; }
p { color: rgb(226,199,10); }
H1.HeaderClassName
{
color: #E2C70A;
}
.AnyTagClassName
{
color: #E2C70A;
}
</style>
background-color css
<style>
a { background-color: #E2C70A; }
a { background-color: rgb(226,199,10); }
div.DivClassName
{
background-color: #E2C70A;
}
.BgClassName
{
background-color: #E2C70A;
}
</style>
border-color css
<style>
span { border-color: #E2C70A; }
span { border-color: rgb(226,199,10); }
td.TdClassName
{
border-color: #E2C70A;
}
.TagClassName
{
border-color: #E2C70A;
}
</style>