Shades of Sunflower #E5B30D
Tints of Sunflower #E5B30D
RGB
CMYK
RGB Variations
Color information
#E5B30D (or 0xE5B30D) is known color: Sunflower. HEX triplet: E5, B3 and 0D. RGB value is (229,179,13). Sum of RGB (Red+Green+Blue) = 229+179+13=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B30D is #1A4CF2. Grayscale: #AFAFAF. Windows color (decimal): -1723635 or 898021. OLE color: 898021.
HSL color Cylindrical-coordinate representation of color #E5B30D: hue angle of 46.11º 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 #E5B30D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.10 |
| HSL | 46.11º | 0.89% | 0.47% | - |
| HSV(B) | 46.11º | 0.94% | 0.9% | - |
| XYZ | 48.51 | 48.93 | 7.27 | - |
| YUV | 175.03 | 36.57 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 13 | 0 | 0.22 | 0.94 | 0.10 | 46.11 | 0.89 | 0.47 |
| Hex | E5 | B3 | D | 0 | 16 | 5E | A | 2E | 59 | 2F |
| Octal | 345 | 263 | 15 | 0 | 26 | 136 | 12 | 56 | 131 | 57 |
| Binary | 11100101 | 10110011 | 1101 | 0 | 10110 | 1011110 | 1010 | 101110 | 1011001 | 101111 |
Color Harmonies of #E5B30D
Complementary color
Monochromatic Colors of #E5B30D
Black with #E5B30D
Text Example
Text Example
White with #E5B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B30D; }
p { color: rgb(229,179,13); }
H1.HeaderClassName
{
color: #E5B30D;
}
.AnyTagClassName
{
color: #E5B30D;
}
</style>
background-color css
<style>
a { background-color: #E5B30D; }
a { background-color: rgb(229,179,13); }
div.DivClassName
{
background-color: #E5B30D;
}
.BgClassName
{
background-color: #E5B30D;
}
</style>
border-color css
<style>
span { border-color: #E5B30D; }
span { border-color: rgb(229,179,13); }
td.TdClassName
{
border-color: #E5B30D;
}
.TagClassName
{
border-color: #E5B30D;
}
</style>