Shades of Sunflower #E4B616
Tints of Sunflower #E4B616
RGB
CMYK
RGB Variations
Color information
#E4B616 (or 0xE4B616) is known color: Sunflower. HEX triplet: E4, B6 and 16. RGB value is (228,182,22). Sum of RGB (Red+Green+Blue) = 228+182+22=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4B616 is #1B49E9. Grayscale: #B2B2B2. Windows color (decimal): -1788394 or 1488612. OLE color: 1488612.
HSL color Cylindrical-coordinate representation of color #E4B616: hue angle of 46.6º 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 #E4B616 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 182 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.11 |
| HSL | 46.6º | 0.82% | 0.49% | - |
| HSV(B) | 46.6º | 0.9% | 0.89% | - |
| XYZ | 48.87 | 50.01 | 7.84 | - |
| YUV | 177.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 182 | 22 | 0 | 0.20 | 0.90 | 0.11 | 46.6 | 0.82 | 0.49 |
| Hex | E4 | B6 | 16 | 0 | 14 | 5A | B | 2F | 52 | 31 |
| Octal | 344 | 266 | 26 | 0 | 24 | 132 | 13 | 57 | 122 | 61 |
| Binary | 11100100 | 10110110 | 10110 | 0 | 10100 | 1011010 | 1011 | 101111 | 1010010 | 110001 |
Color Harmonies of #E4B616
Complementary color
Monochromatic Colors of #E4B616
Black with #E4B616
Text Example
Text Example
White with #E4B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B616; }
p { color: rgb(228,182,22); }
H1.HeaderClassName
{
color: #E4B616;
}
.AnyTagClassName
{
color: #E4B616;
}
</style>
background-color css
<style>
a { background-color: #E4B616; }
a { background-color: rgb(228,182,22); }
div.DivClassName
{
background-color: #E4B616;
}
.BgClassName
{
background-color: #E4B616;
}
</style>
border-color css
<style>
span { border-color: #E4B616; }
span { border-color: rgb(228,182,22); }
td.TdClassName
{
border-color: #E4B616;
}
.TagClassName
{
border-color: #E4B616;
}
</style>