Shades of Sunflower #E5B80D
Tints of Sunflower #E5B80D
RGB
CMYK
RGB Variations
Color information
#E5B80D (or 0xE5B80D) is known color: Sunflower. HEX triplet: E5, B8 and 0D. RGB value is (229,184,13). Sum of RGB (Red+Green+Blue) = 229+184+13=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B80D is #1A47F2. Grayscale: #B2B2B2. Windows color (decimal): -1722355 or 899301. OLE color: 899301.
HSL color Cylindrical-coordinate representation of color #E5B80D: hue angle of 47.5º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5B80D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.10 |
| HSL | 47.5º | 0.89% | 0.47% | - |
| HSV(B) | 47.5º | 0.94% | 0.9% | - |
| XYZ | 49.53 | 50.97 | 7.61 | - |
| YUV | 177.96 | 34.91 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 13 | 0 | 0.20 | 0.94 | 0.10 | 47.5 | 0.89 | 0.47 |
| Hex | E5 | B8 | D | 0 | 14 | 5E | A | 30 | 59 | 2F |
| Octal | 345 | 270 | 15 | 0 | 24 | 136 | 12 | 60 | 131 | 57 |
| Binary | 11100101 | 10111000 | 1101 | 0 | 10100 | 1011110 | 1010 | 110000 | 1011001 | 101111 |
Color Harmonies of #E5B80D
Complementary color
Monochromatic Colors of #E5B80D
Black with #E5B80D
Text Example
Text Example
White with #E5B80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B80D; }
p { color: rgb(229,184,13); }
H1.HeaderClassName
{
color: #E5B80D;
}
.AnyTagClassName
{
color: #E5B80D;
}
</style>
background-color css
<style>
a { background-color: #E5B80D; }
a { background-color: rgb(229,184,13); }
div.DivClassName
{
background-color: #E5B80D;
}
.BgClassName
{
background-color: #E5B80D;
}
</style>
border-color css
<style>
span { border-color: #E5B80D; }
span { border-color: rgb(229,184,13); }
td.TdClassName
{
border-color: #E5B80D;
}
.TagClassName
{
border-color: #E5B80D;
}
</style>