Shades of Sunflower #E7C010
Tints of Sunflower #E7C010
RGB
CMYK
RGB Variations
Color information
#E7C010 (or 0xE7C010) is known color: Sunflower. HEX triplet: E7, C0 and 10. RGB value is (231,192,16). Sum of RGB (Red+Green+Blue) = 231+192+16=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C010 is #183FEF. Grayscale: #B8B8B8. Windows color (decimal): -1589232 or 1097959. OLE color: 1097959.
HSL color Cylindrical-coordinate representation of color #E7C010: hue angle of 49.12º 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 #E7C010 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.09 |
| HSL | 49.12º | 0.87% | 0.48% | - |
| HSV(B) | 49.12º | 0.93% | 0.91% | - |
| XYZ | 51.9 | 54.73 | 8.32 | - |
| YUV | 183.6 | 33.42 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 16 | 0 | 0.17 | 0.93 | 0.09 | 49.12 | 0.87 | 0.48 |
| Hex | E7 | C0 | 10 | 0 | 11 | 5D | 9 | 31 | 57 | 30 |
| Octal | 347 | 300 | 20 | 0 | 21 | 135 | 11 | 61 | 127 | 60 |
| Binary | 11100111 | 11000000 | 10000 | 0 | 10001 | 1011101 | 1001 | 110001 | 1010111 | 110000 |
Color Harmonies of #E7C010
Complementary color
Monochromatic Colors of #E7C010
Black with #E7C010
Text Example
Text Example
White with #E7C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C010; }
p { color: rgb(231,192,16); }
H1.HeaderClassName
{
color: #E7C010;
}
.AnyTagClassName
{
color: #E7C010;
}
</style>
background-color css
<style>
a { background-color: #E7C010; }
a { background-color: rgb(231,192,16); }
div.DivClassName
{
background-color: #E7C010;
}
.BgClassName
{
background-color: #E7C010;
}
</style>
border-color css
<style>
span { border-color: #E7C010; }
span { border-color: rgb(231,192,16); }
td.TdClassName
{
border-color: #E7C010;
}
.TagClassName
{
border-color: #E7C010;
}
</style>