Shades of Sunflower #E2CC17
Tints of Sunflower #E2CC17
RGB
CMYK
RGB Variations
Color information
#E2CC17 (or 0xE2CC17) is known color: Sunflower. HEX triplet: E2, CC and 17. RGB value is (226,204,23). Sum of RGB (Red+Green+Blue) = 226+204+23=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 23 (9.38% from 255 or 5.08% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CC17 is #1D33E8. Grayscale: #BEBEBE. Windows color (decimal): -1913833 or 1559778. OLE color: 1559778.
HSL color Cylindrical-coordinate representation of color #E2CC17: hue angle of 53.5º 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 #E2CC17 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 23 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.11 |
| HSL | 53.5º | 0.82% | 0.49% | - |
| HSV(B) | 53.5º | 0.9% | 0.89% | - |
| XYZ | 53.11 | 59.42 | 9.48 | - |
| YUV | 189.94 | 33.79 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 23 | 0 | 0.10 | 0.90 | 0.11 | 53.5 | 0.82 | 0.49 |
| Hex | E2 | CC | 17 | 0 | A | 5A | B | 35 | 52 | 31 |
| Octal | 342 | 314 | 27 | 0 | 12 | 132 | 13 | 65 | 122 | 61 |
| Binary | 11100010 | 11001100 | 10111 | 0 | 1010 | 1011010 | 1011 | 110101 | 1010010 | 110001 |
Color Harmonies of #E2CC17
Complementary color
Monochromatic Colors of #E2CC17
Black with #E2CC17
Text Example
Text Example
White with #E2CC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC17; }
p { color: rgb(226,204,23); }
H1.HeaderClassName
{
color: #E2CC17;
}
.AnyTagClassName
{
color: #E2CC17;
}
</style>
background-color css
<style>
a { background-color: #E2CC17; }
a { background-color: rgb(226,204,23); }
div.DivClassName
{
background-color: #E2CC17;
}
.BgClassName
{
background-color: #E2CC17;
}
</style>
border-color css
<style>
span { border-color: #E2CC17; }
span { border-color: rgb(226,204,23); }
td.TdClassName
{
border-color: #E2CC17;
}
.TagClassName
{
border-color: #E2CC17;
}
</style>