Shades of Sunflower #E2BA16
Tints of Sunflower #E2BA16
RGB
CMYK
RGB Variations
Color information
#E2BA16 (or 0xE2BA16) is known color: Sunflower. HEX triplet: E2, BA and 16. RGB value is (226,186,22). Sum of RGB (Red+Green+Blue) = 226+186+22=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BA16 is #1D45E9. Grayscale: #B3B3B3. Windows color (decimal): -1918442 or 1489634. OLE color: 1489634.
HSL color Cylindrical-coordinate representation of color #E2BA16: hue angle of 48.24º 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 #E2BA16 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 22 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.11 |
| HSL | 48.24º | 0.82% | 0.49% | - |
| HSV(B) | 48.24º | 0.9% | 0.89% | - |
| XYZ | 49.07 | 51.34 | 8.08 | - |
| YUV | 179.26 | 39.25 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 22 | 0 | 0.18 | 0.90 | 0.11 | 48.24 | 0.82 | 0.49 |
| Hex | E2 | BA | 16 | 0 | 12 | 5A | B | 30 | 52 | 31 |
| Octal | 342 | 272 | 26 | 0 | 22 | 132 | 13 | 60 | 122 | 61 |
| Binary | 11100010 | 10111010 | 10110 | 0 | 10010 | 1011010 | 1011 | 110000 | 1010010 | 110001 |
Color Harmonies of #E2BA16
Complementary color
Monochromatic Colors of #E2BA16
Black with #E2BA16
Text Example
Text Example
White with #E2BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA16; }
p { color: rgb(226,186,22); }
H1.HeaderClassName
{
color: #E2BA16;
}
.AnyTagClassName
{
color: #E2BA16;
}
</style>
background-color css
<style>
a { background-color: #E2BA16; }
a { background-color: rgb(226,186,22); }
div.DivClassName
{
background-color: #E2BA16;
}
.BgClassName
{
background-color: #E2BA16;
}
</style>
border-color css
<style>
span { border-color: #E2BA16; }
span { border-color: rgb(226,186,22); }
td.TdClassName
{
border-color: #E2BA16;
}
.TagClassName
{
border-color: #E2BA16;
}
</style>