Shades of Sunflower #E5B80B
Tints of Sunflower #E5B80B
RGB
CMYK
RGB Variations
Color information
#E5B80B (or 0xE5B80B) is known color: Sunflower. HEX triplet: E5, B8 and 0B. RGB value is (229,184,11). Sum of RGB (Red+Green+Blue) = 229+184+11=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B80B is #1A47F4. Grayscale: #B2B2B2. Windows color (decimal): -1722357 or 768229. OLE color: 768229.
HSL color Cylindrical-coordinate representation of color #E5B80B: hue angle of 47.61º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5B80B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.10 |
| HSL | 47.61º | 0.91% | 0.47% | - |
| HSV(B) | 47.61º | 0.95% | 0.9% | - |
| XYZ | 49.51 | 50.96 | 7.54 | - |
| YUV | 177.73 | 33.91 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 11 | 0 | 0.20 | 0.95 | 0.10 | 47.61 | 0.91 | 0.47 |
| Hex | E5 | B8 | B | 0 | 14 | 5F | A | 30 | 5B | 2F |
| Octal | 345 | 270 | 13 | 0 | 24 | 137 | 12 | 60 | 133 | 57 |
| Binary | 11100101 | 10111000 | 1011 | 0 | 10100 | 1011111 | 1010 | 110000 | 1011011 | 101111 |
Color Harmonies of #E5B80B
Complementary color
Monochromatic Colors of #E5B80B
Black with #E5B80B
Text Example
Text Example
White with #E5B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B80B; }
p { color: rgb(229,184,11); }
H1.HeaderClassName
{
color: #E5B80B;
}
.AnyTagClassName
{
color: #E5B80B;
}
</style>
background-color css
<style>
a { background-color: #E5B80B; }
a { background-color: rgb(229,184,11); }
div.DivClassName
{
background-color: #E5B80B;
}
.BgClassName
{
background-color: #E5B80B;
}
</style>
border-color css
<style>
span { border-color: #E5B80B; }
span { border-color: rgb(229,184,11); }
td.TdClassName
{
border-color: #E5B80B;
}
.TagClassName
{
border-color: #E5B80B;
}
</style>