Shades of Sunflower #E5B407
Tints of Sunflower #E5B407
RGB
CMYK
RGB Variations
Color information
#E5B407 (or 0xE5B407) is known color: Sunflower. HEX triplet: E5, B4 and 07. RGB value is (229,180,7). Sum of RGB (Red+Green+Blue) = 229+180+7=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B407 is #1A4BF8. Grayscale: #AFAFAF. Windows color (decimal): -1723385 or 505061. OLE color: 505061.
HSL color Cylindrical-coordinate representation of color #E5B407: hue angle of 46.76º degrees, saturation: 0.94, 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 #E5B407 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.10 |
| HSL | 46.76º | 0.94% | 0.46% | - |
| HSV(B) | 46.76º | 0.97% | 0.9% | - |
| XYZ | 48.67 | 49.32 | 7.15 | - |
| YUV | 174.93 | 33.23 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 7 | 0 | 0.21 | 0.97 | 0.10 | 46.76 | 0.94 | 0.46 |
| Hex | E5 | B4 | 7 | 0 | 15 | 61 | A | 2F | 5E | 2E |
| Octal | 345 | 264 | 7 | 0 | 25 | 141 | 12 | 57 | 136 | 56 |
| Binary | 11100101 | 10110100 | 111 | 0 | 10101 | 1100001 | 1010 | 101111 | 1011110 | 101110 |
Color Harmonies of #E5B407
Complementary color
Monochromatic Colors of #E5B407
Black with #E5B407
Text Example
Text Example
White with #E5B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B407; }
p { color: rgb(229,180,7); }
H1.HeaderClassName
{
color: #E5B407;
}
.AnyTagClassName
{
color: #E5B407;
}
</style>
background-color css
<style>
a { background-color: #E5B407; }
a { background-color: rgb(229,180,7); }
div.DivClassName
{
background-color: #E5B407;
}
.BgClassName
{
background-color: #E5B407;
}
</style>
border-color css
<style>
span { border-color: #E5B407; }
span { border-color: rgb(229,180,7); }
td.TdClassName
{
border-color: #E5B407;
}
.TagClassName
{
border-color: #E5B407;
}
</style>