Shades of Sunflower #E2B716
Tints of Sunflower #E2B716
RGB
CMYK
RGB Variations
Color information
#E2B716 (or 0xE2B716) is known color: Sunflower. HEX triplet: E2, B7 and 16. RGB value is (226,183,22). Sum of RGB (Red+Green+Blue) = 226+183+22=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B716 is #1D48E9. Grayscale: #B2B2B2. Windows color (decimal): -1919210 or 1488866. OLE color: 1488866.
HSL color Cylindrical-coordinate representation of color #E2B716: hue angle of 47.35º 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 #E2B716 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 22 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.11 |
| HSL | 47.35º | 0.82% | 0.49% | - |
| HSV(B) | 47.35º | 0.9% | 0.89% | - |
| XYZ | 48.44 | 50.09 | 7.87 | - |
| YUV | 177.5 | 40.25 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 22 | 0 | 0.19 | 0.90 | 0.11 | 47.35 | 0.82 | 0.49 |
| Hex | E2 | B7 | 16 | 0 | 13 | 5A | B | 2F | 52 | 31 |
| Octal | 342 | 267 | 26 | 0 | 23 | 132 | 13 | 57 | 122 | 61 |
| Binary | 11100010 | 10110111 | 10110 | 0 | 10011 | 1011010 | 1011 | 101111 | 1010010 | 110001 |
Color Harmonies of #E2B716
Complementary color
Monochromatic Colors of #E2B716
Black with #E2B716
Text Example
Text Example
White with #E2B716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B716; }
p { color: rgb(226,183,22); }
H1.HeaderClassName
{
color: #E2B716;
}
.AnyTagClassName
{
color: #E2B716;
}
</style>
background-color css
<style>
a { background-color: #E2B716; }
a { background-color: rgb(226,183,22); }
div.DivClassName
{
background-color: #E2B716;
}
.BgClassName
{
background-color: #E2B716;
}
</style>
border-color css
<style>
span { border-color: #E2B716; }
span { border-color: rgb(226,183,22); }
td.TdClassName
{
border-color: #E2B716;
}
.TagClassName
{
border-color: #E2B716;
}
</style>