Shades of Sunflower #E5B914
Tints of Sunflower #E5B914
RGB
CMYK
RGB Variations
Color information
#E5B914 (or 0xE5B914) is known color: Sunflower. HEX triplet: E5, B9 and 14. RGB value is (229,185,20). Sum of RGB (Red+Green+Blue) = 229+185+20=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B914 is #1A46EB. Grayscale: #B4B4B4. Windows color (decimal): -1722092 or 1358309. OLE color: 1358309.
HSL color Cylindrical-coordinate representation of color #E5B914: hue angle of 47.37º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5B914 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 20 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.10 |
| HSL | 47.37º | 0.84% | 0.49% | - |
| HSV(B) | 47.37º | 0.91% | 0.9% | - |
| XYZ | 49.79 | 51.41 | 7.96 | - |
| YUV | 179.35 | 38.08 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 20 | 0 | 0.19 | 0.91 | 0.10 | 47.37 | 0.84 | 0.49 |
| Hex | E5 | B9 | 14 | 0 | 13 | 5B | A | 2F | 54 | 31 |
| Octal | 345 | 271 | 24 | 0 | 23 | 133 | 12 | 57 | 124 | 61 |
| Binary | 11100101 | 10111001 | 10100 | 0 | 10011 | 1011011 | 1010 | 101111 | 1010100 | 110001 |
Color Harmonies of #E5B914
Complementary color
Monochromatic Colors of #E5B914
Black with #E5B914
Text Example
Text Example
White with #E5B914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B914; }
p { color: rgb(229,185,20); }
H1.HeaderClassName
{
color: #E5B914;
}
.AnyTagClassName
{
color: #E5B914;
}
</style>
background-color css
<style>
a { background-color: #E5B914; }
a { background-color: rgb(229,185,20); }
div.DivClassName
{
background-color: #E5B914;
}
.BgClassName
{
background-color: #E5B914;
}
</style>
border-color css
<style>
span { border-color: #E5B914; }
span { border-color: rgb(229,185,20); }
td.TdClassName
{
border-color: #E5B914;
}
.TagClassName
{
border-color: #E5B914;
}
</style>