Shades of Sunflower #E5B506
Tints of Sunflower #E5B506
RGB
CMYK
RGB Variations
Color information
#E5B506 (or 0xE5B506) is known color: Sunflower. HEX triplet: E5, B5 and 06. RGB value is (229,181,6). Sum of RGB (Red+Green+Blue) = 229+181+6=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B506 is #1A4AF9. Grayscale: #B0B0B0. Windows color (decimal): -1723130 or 439781. OLE color: 439781.
HSL color Cylindrical-coordinate representation of color #E5B506: hue angle of 47.09º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5B506 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.10 |
| HSL | 47.09º | 0.95% | 0.46% | - |
| HSV(B) | 47.09º | 0.97% | 0.9% | - |
| XYZ | 48.87 | 49.72 | 7.19 | - |
| YUV | 175.4 | 32.4 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 6 | 0 | 0.21 | 0.97 | 0.10 | 47.09 | 0.95 | 0.46 |
| Hex | E5 | B5 | 6 | 0 | 15 | 61 | A | 2F | 5F | 2E |
| Octal | 345 | 265 | 6 | 0 | 25 | 141 | 12 | 57 | 137 | 56 |
| Binary | 11100101 | 10110101 | 110 | 0 | 10101 | 1100001 | 1010 | 101111 | 1011111 | 101110 |
Color Harmonies of #E5B506
Complementary color
Monochromatic Colors of #E5B506
Black with #E5B506
Text Example
Text Example
White with #E5B506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B506; }
p { color: rgb(229,181,6); }
H1.HeaderClassName
{
color: #E5B506;
}
.AnyTagClassName
{
color: #E5B506;
}
</style>
background-color css
<style>
a { background-color: #E5B506; }
a { background-color: rgb(229,181,6); }
div.DivClassName
{
background-color: #E5B506;
}
.BgClassName
{
background-color: #E5B506;
}
</style>
border-color css
<style>
span { border-color: #E5B506; }
span { border-color: rgb(229,181,6); }
td.TdClassName
{
border-color: #E5B506;
}
.TagClassName
{
border-color: #E5B506;
}
</style>