Shades of Sunflower #E2B918
Tints of Sunflower #E2B918
RGB
CMYK
RGB Variations
Color information
#E2B918 (or 0xE2B918) is known color: Sunflower. HEX triplet: E2, B9 and 18. RGB value is (226,185,24). Sum of RGB (Red+Green+Blue) = 226+185+24=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B918 is #1D46E7. Grayscale: #B3B3B3. Windows color (decimal): -1918696 or 1620450. OLE color: 1620450.
HSL color Cylindrical-coordinate representation of color #E2B918: hue angle of 47.82º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2B918 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 24 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.11 |
| HSL | 47.82º | 0.81% | 0.49% | - |
| HSV(B) | 47.82º | 0.89% | 0.89% | - |
| XYZ | 48.88 | 50.93 | 8.12 | - |
| YUV | 178.91 | 40.58 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 24 | 0 | 0.18 | 0.89 | 0.11 | 47.82 | 0.81 | 0.49 |
| Hex | E2 | B9 | 18 | 0 | 12 | 59 | B | 30 | 51 | 31 |
| Octal | 342 | 271 | 30 | 0 | 22 | 131 | 13 | 60 | 121 | 61 |
| Binary | 11100010 | 10111001 | 11000 | 0 | 10010 | 1011001 | 1011 | 110000 | 1010001 | 110001 |
Color Harmonies of #E2B918
Complementary color
Monochromatic Colors of #E2B918
Black with #E2B918
Text Example
Text Example
White with #E2B918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B918; }
p { color: rgb(226,185,24); }
H1.HeaderClassName
{
color: #E2B918;
}
.AnyTagClassName
{
color: #E2B918;
}
</style>
background-color css
<style>
a { background-color: #E2B918; }
a { background-color: rgb(226,185,24); }
div.DivClassName
{
background-color: #E2B918;
}
.BgClassName
{
background-color: #E2B918;
}
</style>
border-color css
<style>
span { border-color: #E2B918; }
span { border-color: rgb(226,185,24); }
td.TdClassName
{
border-color: #E2B918;
}
.TagClassName
{
border-color: #E2B918;
}
</style>