Shades of Sunflower #E2CC16
Tints of Sunflower #E2CC16
RGB
CMYK
RGB Variations
Color information
#E2CC16 (or 0xE2CC16) is known color: Sunflower. HEX triplet: E2, CC and 16. RGB value is (226,204,22). Sum of RGB (Red+Green+Blue) = 226+204+22=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CC16 is #1D33E9. Grayscale: #BEBEBE. Windows color (decimal): -1913834 or 1494242. OLE color: 1494242.
HSL color Cylindrical-coordinate representation of color #E2CC16: hue angle of 53.53º 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 #E2CC16 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.11 |
| HSL | 53.53º | 0.82% | 0.49% | - |
| HSV(B) | 53.53º | 0.9% | 0.89% | - |
| XYZ | 53.1 | 59.41 | 9.43 | - |
| YUV | 189.83 | 33.29 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 22 | 0 | 0.10 | 0.90 | 0.11 | 53.53 | 0.82 | 0.49 |
| Hex | E2 | CC | 16 | 0 | A | 5A | B | 36 | 52 | 31 |
| Octal | 342 | 314 | 26 | 0 | 12 | 132 | 13 | 66 | 122 | 61 |
| Binary | 11100010 | 11001100 | 10110 | 0 | 1010 | 1011010 | 1011 | 110110 | 1010010 | 110001 |
Color Harmonies of #E2CC16
Complementary color
Monochromatic Colors of #E2CC16
Black with #E2CC16
Text Example
Text Example
White with #E2CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC16; }
p { color: rgb(226,204,22); }
H1.HeaderClassName
{
color: #E2CC16;
}
.AnyTagClassName
{
color: #E2CC16;
}
</style>
background-color css
<style>
a { background-color: #E2CC16; }
a { background-color: rgb(226,204,22); }
div.DivClassName
{
background-color: #E2CC16;
}
.BgClassName
{
background-color: #E2CC16;
}
</style>
border-color css
<style>
span { border-color: #E2CC16; }
span { border-color: rgb(226,204,22); }
td.TdClassName
{
border-color: #E2CC16;
}
.TagClassName
{
border-color: #E2CC16;
}
</style>