Shades of Sunflower #E2B710
Tints of Sunflower #E2B710
RGB
CMYK
RGB Variations
Color information
#E2B710 (or 0xE2B710) is known color: Sunflower. HEX triplet: E2, B7 and 10. RGB value is (226,183,16). Sum of RGB (Red+Green+Blue) = 226+183+16=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B710 is #1D48EF. Grayscale: #B1B1B1. Windows color (decimal): -1919216 or 1095650. OLE color: 1095650.
HSL color Cylindrical-coordinate representation of color #E2B710: hue angle of 47.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2B710 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 16 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.11 |
| HSL | 47.71º | 0.87% | 0.47% | - |
| HSV(B) | 47.71º | 0.93% | 0.89% | - |
| XYZ | 48.39 | 50.07 | 7.6 | - |
| YUV | 176.82 | 37.25 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 16 | 0 | 0.19 | 0.93 | 0.11 | 47.71 | 0.87 | 0.47 |
| Hex | E2 | B7 | 10 | 0 | 13 | 5D | B | 30 | 57 | 2F |
| Octal | 342 | 267 | 20 | 0 | 23 | 135 | 13 | 60 | 127 | 57 |
| Binary | 11100010 | 10110111 | 10000 | 0 | 10011 | 1011101 | 1011 | 110000 | 1010111 | 101111 |
Color Harmonies of #E2B710
Complementary color
Monochromatic Colors of #E2B710
Black with #E2B710
Text Example
Text Example
White with #E2B710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B710; }
p { color: rgb(226,183,16); }
H1.HeaderClassName
{
color: #E2B710;
}
.AnyTagClassName
{
color: #E2B710;
}
</style>
background-color css
<style>
a { background-color: #E2B710; }
a { background-color: rgb(226,183,16); }
div.DivClassName
{
background-color: #E2B710;
}
.BgClassName
{
background-color: #E2B710;
}
</style>
border-color css
<style>
span { border-color: #E2B710; }
span { border-color: rgb(226,183,16); }
td.TdClassName
{
border-color: #E2B710;
}
.TagClassName
{
border-color: #E2B710;
}
</style>