Shades of Sunflower #E2B516
Tints of Sunflower #E2B516
RGB
CMYK
RGB Variations
Color information
#E2B516 (or 0xE2B516) is known color: Sunflower. HEX triplet: E2, B5 and 16. RGB value is (226,181,22). Sum of RGB (Red+Green+Blue) = 226+181+22=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B516 is #1D4AE9. Grayscale: #B1B1B1. Windows color (decimal): -1919722 or 1488354. OLE color: 1488354.
HSL color Cylindrical-coordinate representation of color #E2B516: hue angle of 46.76º 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 #E2B516 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.11 |
| HSL | 46.76º | 0.82% | 0.49% | - |
| HSV(B) | 46.76º | 0.9% | 0.89% | - |
| XYZ | 48.03 | 49.27 | 7.74 | - |
| YUV | 176.33 | 40.91 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 22 | 0 | 0.20 | 0.90 | 0.11 | 46.76 | 0.82 | 0.49 |
| Hex | E2 | B5 | 16 | 0 | 14 | 5A | B | 2F | 52 | 31 |
| Octal | 342 | 265 | 26 | 0 | 24 | 132 | 13 | 57 | 122 | 61 |
| Binary | 11100010 | 10110101 | 10110 | 0 | 10100 | 1011010 | 1011 | 101111 | 1010010 | 110001 |
Color Harmonies of #E2B516
Complementary color
Monochromatic Colors of #E2B516
Black with #E2B516
Text Example
Text Example
White with #E2B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B516; }
p { color: rgb(226,181,22); }
H1.HeaderClassName
{
color: #E2B516;
}
.AnyTagClassName
{
color: #E2B516;
}
</style>
background-color css
<style>
a { background-color: #E2B516; }
a { background-color: rgb(226,181,22); }
div.DivClassName
{
background-color: #E2B516;
}
.BgClassName
{
background-color: #E2B516;
}
</style>
border-color css
<style>
span { border-color: #E2B516; }
span { border-color: rgb(226,181,22); }
td.TdClassName
{
border-color: #E2B516;
}
.TagClassName
{
border-color: #E2B516;
}
</style>