Shades of Sunflower #E2C210
Tints of Sunflower #E2C210
RGB
CMYK
RGB Variations
Color information
#E2C210 (or 0xE2C210) is known color: Sunflower. HEX triplet: E2, C2 and 10. RGB value is (226,194,16). Sum of RGB (Red+Green+Blue) = 226+194+16=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C210 is #1D3DEF. Grayscale: #B8B8B8. Windows color (decimal): -1916400 or 1098466. OLE color: 1098466.
HSL color Cylindrical-coordinate representation of color #E2C210: hue angle of 50.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2C210 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.11 |
| HSL | 50.86º | 0.87% | 0.47% | - |
| HSV(B) | 50.86º | 0.93% | 0.89% | - |
| XYZ | 50.75 | 54.79 | 8.39 | - |
| YUV | 183.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 16 | 0 | 0.14 | 0.93 | 0.11 | 50.86 | 0.87 | 0.47 |
| Hex | E2 | C2 | 10 | 0 | E | 5D | B | 33 | 57 | 2F |
| Octal | 342 | 302 | 20 | 0 | 16 | 135 | 13 | 63 | 127 | 57 |
| Binary | 11100010 | 11000010 | 10000 | 0 | 1110 | 1011101 | 1011 | 110011 | 1010111 | 101111 |
Color Harmonies of #E2C210
Complementary color
Monochromatic Colors of #E2C210
Black with #E2C210
Text Example
Text Example
White with #E2C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C210; }
p { color: rgb(226,194,16); }
H1.HeaderClassName
{
color: #E2C210;
}
.AnyTagClassName
{
color: #E2C210;
}
</style>
background-color css
<style>
a { background-color: #E2C210; }
a { background-color: rgb(226,194,16); }
div.DivClassName
{
background-color: #E2C210;
}
.BgClassName
{
background-color: #E2C210;
}
</style>
border-color css
<style>
span { border-color: #E2C210; }
span { border-color: rgb(226,194,16); }
td.TdClassName
{
border-color: #E2C210;
}
.TagClassName
{
border-color: #E2C210;
}
</style>