Shades of Sunflower #E7B916
Tints of Sunflower #E7B916
RGB
CMYK
RGB Variations
Color information
#E7B916 (or 0xE7B916) is known color: Sunflower. HEX triplet: E7, B9 and 16. RGB value is (231,185,22). Sum of RGB (Red+Green+Blue) = 231+185+22=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B916 is #1846E9. Grayscale: #B4B4B4. Windows color (decimal): -1591018 or 1489383. OLE color: 1489383.
HSL color Cylindrical-coordinate representation of color #E7B916: hue angle of 46.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7B916 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.09 |
| HSL | 46.79º | 0.83% | 0.5% | - |
| HSV(B) | 46.79º | 0.9% | 0.91% | - |
| XYZ | 50.45 | 51.74 | 8.09 | - |
| YUV | 180.17 | 38.74 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 22 | 0 | 0.20 | 0.90 | 0.09 | 46.79 | 0.83 | 0.5 |
| Hex | E7 | B9 | 16 | 0 | 14 | 5A | 9 | 2F | 53 | 32 |
| Octal | 347 | 271 | 26 | 0 | 24 | 132 | 11 | 57 | 123 | 62 |
| Binary | 11100111 | 10111001 | 10110 | 0 | 10100 | 1011010 | 1001 | 101111 | 1010011 | 110010 |
Color Harmonies of #E7B916
Complementary color
Monochromatic Colors of #E7B916
Black with #E7B916
Text Example
Text Example
White with #E7B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B916; }
p { color: rgb(231,185,22); }
H1.HeaderClassName
{
color: #E7B916;
}
.AnyTagClassName
{
color: #E7B916;
}
</style>
background-color css
<style>
a { background-color: #E7B916; }
a { background-color: rgb(231,185,22); }
div.DivClassName
{
background-color: #E7B916;
}
.BgClassName
{
background-color: #E7B916;
}
</style>
border-color css
<style>
span { border-color: #E7B916; }
span { border-color: rgb(231,185,22); }
td.TdClassName
{
border-color: #E7B916;
}
.TagClassName
{
border-color: #E7B916;
}
</style>