Shades of Sunflower #E4BE16
Tints of Sunflower #E4BE16
RGB
CMYK
RGB Variations
Color information
#E4BE16 (or 0xE4BE16) is known color: Sunflower. HEX triplet: E4, BE and 16. RGB value is (228,190,22). Sum of RGB (Red+Green+Blue) = 228+190+22=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BE16 is #1B41E9. Grayscale: #B6B6B6. Windows color (decimal): -1786346 or 1490660. OLE color: 1490660.
HSL color Cylindrical-coordinate representation of color #E4BE16: hue angle of 48.93º 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 #E4BE16 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 190 | 22 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.11 |
| HSL | 48.93º | 0.82% | 0.49% | - |
| HSV(B) | 48.93º | 0.9% | 0.89% | - |
| XYZ | 50.55 | 53.38 | 8.4 | - |
| YUV | 182.21 | 37.59 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 22 | 0 | 0.17 | 0.90 | 0.11 | 48.93 | 0.82 | 0.49 |
| Hex | E4 | BE | 16 | 0 | 11 | 5A | B | 31 | 52 | 31 |
| Octal | 344 | 276 | 26 | 0 | 21 | 132 | 13 | 61 | 122 | 61 |
| Binary | 11100100 | 10111110 | 10110 | 0 | 10001 | 1011010 | 1011 | 110001 | 1010010 | 110001 |
Color Harmonies of #E4BE16
Complementary color
Monochromatic Colors of #E4BE16
Black with #E4BE16
Text Example
Text Example
White with #E4BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BE16; }
p { color: rgb(228,190,22); }
H1.HeaderClassName
{
color: #E4BE16;
}
.AnyTagClassName
{
color: #E4BE16;
}
</style>
background-color css
<style>
a { background-color: #E4BE16; }
a { background-color: rgb(228,190,22); }
div.DivClassName
{
background-color: #E4BE16;
}
.BgClassName
{
background-color: #E4BE16;
}
</style>
border-color css
<style>
span { border-color: #E4BE16; }
span { border-color: rgb(228,190,22); }
td.TdClassName
{
border-color: #E4BE16;
}
.TagClassName
{
border-color: #E4BE16;
}
</style>