Shades of Sunflower #E5CC10
Tints of Sunflower #E5CC10
RGB
CMYK
RGB Variations
Color information
#E5CC10 (or 0xE5CC10) is known color: Sunflower. HEX triplet: E5, CC and 10. RGB value is (229,204,16). Sum of RGB (Red+Green+Blue) = 229+204+16=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CC10 is #1A33EF. Grayscale: #BEBEBE. Windows color (decimal): -1717232 or 1101029. OLE color: 1101029.
HSL color Cylindrical-coordinate representation of color #E5CC10: hue angle of 52.96º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5CC10 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 16 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.10 |
| HSL | 52.96º | 0.87% | 0.48% | - |
| HSV(B) | 52.96º | 0.93% | 0.9% | - |
| XYZ | 54 | 59.88 | 9.2 | - |
| YUV | 190.04 | 29.78 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 16 | 0 | 0.11 | 0.93 | 0.10 | 52.96 | 0.87 | 0.48 |
| Hex | E5 | CC | 10 | 0 | B | 5D | A | 35 | 57 | 30 |
| Octal | 345 | 314 | 20 | 0 | 13 | 135 | 12 | 65 | 127 | 60 |
| Binary | 11100101 | 11001100 | 10000 | 0 | 1011 | 1011101 | 1010 | 110101 | 1010111 | 110000 |
Color Harmonies of #E5CC10
Complementary color
Monochromatic Colors of #E5CC10
Black with #E5CC10
Text Example
Text Example
White with #E5CC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC10; }
p { color: rgb(229,204,16); }
H1.HeaderClassName
{
color: #E5CC10;
}
.AnyTagClassName
{
color: #E5CC10;
}
</style>
background-color css
<style>
a { background-color: #E5CC10; }
a { background-color: rgb(229,204,16); }
div.DivClassName
{
background-color: #E5CC10;
}
.BgClassName
{
background-color: #E5CC10;
}
</style>
border-color css
<style>
span { border-color: #E5CC10; }
span { border-color: rgb(229,204,16); }
td.TdClassName
{
border-color: #E5CC10;
}
.TagClassName
{
border-color: #E5CC10;
}
</style>