Shades of Sunflower #E2C016
Tints of Sunflower #E2C016
RGB
CMYK
RGB Variations
Color information
#E2C016 (or 0xE2C016) is known color: Sunflower. HEX triplet: E2, C0 and 16. RGB value is (226,192,22). Sum of RGB (Red+Green+Blue) = 226+192+22=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C016 is #1D3FE9. Grayscale: #B7B7B7. Windows color (decimal): -1916906 or 1491170. OLE color: 1491170.
HSL color Cylindrical-coordinate representation of color #E2C016: hue angle of 50º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2C016 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.11 |
| HSL | 50º | 0.82% | 0.49% | - |
| HSV(B) | 50º | 0.9% | 0.89% | - |
| XYZ | 50.36 | 53.93 | 8.51 | - |
| YUV | 182.79 | 37.26 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 22 | 0 | 0.15 | 0.90 | 0.11 | 50 | 0.82 | 0.49 |
| Hex | E2 | C0 | 16 | 0 | F | 5A | B | 32 | 52 | 31 |
| Octal | 342 | 300 | 26 | 0 | 17 | 132 | 13 | 62 | 122 | 61 |
| Binary | 11100010 | 11000000 | 10110 | 0 | 1111 | 1011010 | 1011 | 110010 | 1010010 | 110001 |
Color Harmonies of #E2C016
Complementary color
Monochromatic Colors of #E2C016
Black with #E2C016
Text Example
Text Example
White with #E2C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C016; }
p { color: rgb(226,192,22); }
H1.HeaderClassName
{
color: #E2C016;
}
.AnyTagClassName
{
color: #E2C016;
}
</style>
background-color css
<style>
a { background-color: #E2C016; }
a { background-color: rgb(226,192,22); }
div.DivClassName
{
background-color: #E2C016;
}
.BgClassName
{
background-color: #E2C016;
}
</style>
border-color css
<style>
span { border-color: #E2C016; }
span { border-color: rgb(226,192,22); }
td.TdClassName
{
border-color: #E2C016;
}
.TagClassName
{
border-color: #E2C016;
}
</style>