Shades of Sunflower #E7CC10
Tints of Sunflower #E7CC10
RGB
CMYK
RGB Variations
Color information
#E7CC10 (or 0xE7CC10) is known color: Sunflower. HEX triplet: E7, CC and 10. RGB value is (231,204,16). Sum of RGB (Red+Green+Blue) = 231+204+16=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CC10 is #1833EF. Grayscale: #BFBFBF. Windows color (decimal): -1586160 or 1101031. OLE color: 1101031.
HSL color Cylindrical-coordinate representation of color #E7CC10: hue angle of 52.47º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7CC10 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.09 |
| HSL | 52.47º | 0.87% | 0.48% | - |
| HSV(B) | 52.47º | 0.93% | 0.91% | - |
| XYZ | 54.64 | 60.21 | 9.23 | - |
| YUV | 190.64 | 29.45 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 16 | 0 | 0.12 | 0.93 | 0.09 | 52.47 | 0.87 | 0.48 |
| Hex | E7 | CC | 10 | 0 | C | 5D | 9 | 34 | 57 | 30 |
| Octal | 347 | 314 | 20 | 0 | 14 | 135 | 11 | 64 | 127 | 60 |
| Binary | 11100111 | 11001100 | 10000 | 0 | 1100 | 1011101 | 1001 | 110100 | 1010111 | 110000 |
Color Harmonies of #E7CC10
Complementary color
Monochromatic Colors of #E7CC10
Black with #E7CC10
Text Example
Text Example
White with #E7CC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC10; }
p { color: rgb(231,204,16); }
H1.HeaderClassName
{
color: #E7CC10;
}
.AnyTagClassName
{
color: #E7CC10;
}
</style>
background-color css
<style>
a { background-color: #E7CC10; }
a { background-color: rgb(231,204,16); }
div.DivClassName
{
background-color: #E7CC10;
}
.BgClassName
{
background-color: #E7CC10;
}
</style>
border-color css
<style>
span { border-color: #E7CC10; }
span { border-color: rgb(231,204,16); }
td.TdClassName
{
border-color: #E7CC10;
}
.TagClassName
{
border-color: #E7CC10;
}
</style>