Shades of Sunflower #E5B20E
Tints of Sunflower #E5B20E
RGB
CMYK
RGB Variations
Color information
#E5B20E (or 0xE5B20E) is known color: Sunflower. HEX triplet: E5, B2 and 0E. RGB value is (229,178,14). Sum of RGB (Red+Green+Blue) = 229+178+14=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B20E is #1A4DF1. Grayscale: #AFAFAF. Windows color (decimal): -1723890 or 963301. OLE color: 963301.
HSL color Cylindrical-coordinate representation of color #E5B20E: hue angle of 45.77º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5B20E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.10 |
| HSL | 45.77º | 0.88% | 0.48% | - |
| HSV(B) | 45.77º | 0.94% | 0.9% | - |
| XYZ | 48.31 | 48.53 | 7.24 | - |
| YUV | 174.55 | 37.4 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 14 | 0 | 0.22 | 0.94 | 0.10 | 45.77 | 0.88 | 0.48 |
| Hex | E5 | B2 | E | 0 | 16 | 5E | A | 2E | 58 | 30 |
| Octal | 345 | 262 | 16 | 0 | 26 | 136 | 12 | 56 | 130 | 60 |
| Binary | 11100101 | 10110010 | 1110 | 0 | 10110 | 1011110 | 1010 | 101110 | 1011000 | 110000 |
Color Harmonies of #E5B20E
Complementary color
Monochromatic Colors of #E5B20E
Black with #E5B20E
Text Example
Text Example
White with #E5B20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B20E; }
p { color: rgb(229,178,14); }
H1.HeaderClassName
{
color: #E5B20E;
}
.AnyTagClassName
{
color: #E5B20E;
}
</style>
background-color css
<style>
a { background-color: #E5B20E; }
a { background-color: rgb(229,178,14); }
div.DivClassName
{
background-color: #E5B20E;
}
.BgClassName
{
background-color: #E5B20E;
}
</style>
border-color css
<style>
span { border-color: #E5B20E; }
span { border-color: rgb(229,178,14); }
td.TdClassName
{
border-color: #E5B20E;
}
.TagClassName
{
border-color: #E5B20E;
}
</style>