Shades of Sunflower #E5B30C
Tints of Sunflower #E5B30C
RGB
CMYK
RGB Variations
Color information
#E5B30C (or 0xE5B30C) is known color: Sunflower. HEX triplet: E5, B3 and 0C. RGB value is (229,179,12). Sum of RGB (Red+Green+Blue) = 229+179+12=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B30C is #1A4CF3. Grayscale: #AFAFAF. Windows color (decimal): -1723636 or 832485. OLE color: 832485.
HSL color Cylindrical-coordinate representation of color #E5B30C: hue angle of 46.18º degrees, saturation: 0.9, 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 #E5B30C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.10 |
| HSL | 46.18º | 0.9% | 0.47% | - |
| HSV(B) | 46.18º | 0.95% | 0.9% | - |
| XYZ | 48.5 | 48.92 | 7.24 | - |
| YUV | 174.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 12 | 0 | 0.22 | 0.95 | 0.10 | 46.18 | 0.9 | 0.47 |
| Hex | E5 | B3 | C | 0 | 16 | 5F | A | 2E | 5A | 2F |
| Octal | 345 | 263 | 14 | 0 | 26 | 137 | 12 | 56 | 132 | 57 |
| Binary | 11100101 | 10110011 | 1100 | 0 | 10110 | 1011111 | 1010 | 101110 | 1011010 | 101111 |
Color Harmonies of #E5B30C
Complementary color
Monochromatic Colors of #E5B30C
Black with #E5B30C
Text Example
Text Example
White with #E5B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B30C; }
p { color: rgb(229,179,12); }
H1.HeaderClassName
{
color: #E5B30C;
}
.AnyTagClassName
{
color: #E5B30C;
}
</style>
background-color css
<style>
a { background-color: #E5B30C; }
a { background-color: rgb(229,179,12); }
div.DivClassName
{
background-color: #E5B30C;
}
.BgClassName
{
background-color: #E5B30C;
}
</style>
border-color css
<style>
span { border-color: #E5B30C; }
span { border-color: rgb(229,179,12); }
td.TdClassName
{
border-color: #E5B30C;
}
.TagClassName
{
border-color: #E5B30C;
}
</style>