Shades of Sunflower #E5B40B
Tints of Sunflower #E5B40B
RGB
CMYK
RGB Variations
Color information
#E5B40B (or 0xE5B40B) is known color: Sunflower. HEX triplet: E5, B4 and 0B. RGB value is (229,180,11). Sum of RGB (Red+Green+Blue) = 229+180+11=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B40B is #1A4BF4. Grayscale: #B0B0B0. Windows color (decimal): -1723381 or 767205. OLE color: 767205.
HSL color Cylindrical-coordinate representation of color #E5B40B: hue angle of 46.51º 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 #E5B40B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.10 |
| HSL | 46.51º | 0.91% | 0.47% | - |
| HSV(B) | 46.51º | 0.95% | 0.9% | - |
| XYZ | 48.69 | 49.32 | 7.27 | - |
| YUV | 175.39 | 35.23 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 11 | 0 | 0.21 | 0.95 | 0.10 | 46.51 | 0.91 | 0.47 |
| Hex | E5 | B4 | B | 0 | 15 | 5F | A | 2F | 5B | 2F |
| Octal | 345 | 264 | 13 | 0 | 25 | 137 | 12 | 57 | 133 | 57 |
| Binary | 11100101 | 10110100 | 1011 | 0 | 10101 | 1011111 | 1010 | 101111 | 1011011 | 101111 |
Color Harmonies of #E5B40B
Complementary color
Monochromatic Colors of #E5B40B
Black with #E5B40B
Text Example
Text Example
White with #E5B40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B40B; }
p { color: rgb(229,180,11); }
H1.HeaderClassName
{
color: #E5B40B;
}
.AnyTagClassName
{
color: #E5B40B;
}
</style>
background-color css
<style>
a { background-color: #E5B40B; }
a { background-color: rgb(229,180,11); }
div.DivClassName
{
background-color: #E5B40B;
}
.BgClassName
{
background-color: #E5B40B;
}
</style>
border-color css
<style>
span { border-color: #E5B40B; }
span { border-color: rgb(229,180,11); }
td.TdClassName
{
border-color: #E5B40B;
}
.TagClassName
{
border-color: #E5B40B;
}
</style>