Shades of Sunflower #E3CC16
Tints of Sunflower #E3CC16
RGB
CMYK
RGB Variations
Color information
#E3CC16 (or 0xE3CC16) is known color: Sunflower. HEX triplet: E3, CC and 16. RGB value is (227,204,22). Sum of RGB (Red+Green+Blue) = 227+204+22=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3CC16 is #1C33E9. Grayscale: #BEBEBE. Windows color (decimal): -1848298 or 1494243. OLE color: 1494243.
HSL color Cylindrical-coordinate representation of color #E3CC16: hue angle of 53.27º 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 #E3CC16 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.11 |
| HSL | 53.27º | 0.82% | 0.49% | - |
| HSV(B) | 53.27º | 0.9% | 0.89% | - |
| XYZ | 53.42 | 59.57 | 9.44 | - |
| YUV | 190.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 22 | 0 | 0.10 | 0.90 | 0.11 | 53.27 | 0.82 | 0.49 |
| Hex | E3 | CC | 16 | 0 | A | 5A | B | 35 | 52 | 31 |
| Octal | 343 | 314 | 26 | 0 | 12 | 132 | 13 | 65 | 122 | 61 |
| Binary | 11100011 | 11001100 | 10110 | 0 | 1010 | 1011010 | 1011 | 110101 | 1010010 | 110001 |
Color Harmonies of #E3CC16
Complementary color
Monochromatic Colors of #E3CC16
Black with #E3CC16
Text Example
Text Example
White with #E3CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CC16; }
p { color: rgb(227,204,22); }
H1.HeaderClassName
{
color: #E3CC16;
}
.AnyTagClassName
{
color: #E3CC16;
}
</style>
background-color css
<style>
a { background-color: #E3CC16; }
a { background-color: rgb(227,204,22); }
div.DivClassName
{
background-color: #E3CC16;
}
.BgClassName
{
background-color: #E3CC16;
}
</style>
border-color css
<style>
span { border-color: #E3CC16; }
span { border-color: rgb(227,204,22); }
td.TdClassName
{
border-color: #E3CC16;
}
.TagClassName
{
border-color: #E3CC16;
}
</style>