Shades of Sunflower #E5D30C
Tints of Sunflower #E5D30C
RGB
CMYK
RGB Variations
Color information
#E5D30C (or 0xE5D30C) is known color: Sunflower. HEX triplet: E5, D3 and 0C. RGB value is (229,211,12). Sum of RGB (Red+Green+Blue) = 229+211+12=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D30C is #1A2CF3. Grayscale: #C2C2C2. Windows color (decimal): -1715444 or 840677. OLE color: 840677.
HSL color Cylindrical-coordinate representation of color #E5D30C: hue angle of 55.02º 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 #E5D30C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.10 |
| HSL | 55.02º | 0.9% | 0.47% | - |
| HSV(B) | 55.02º | 0.95% | 0.9% | - |
| XYZ | 55.67 | 63.27 | 9.63 | - |
| YUV | 193.7 | 25.46 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 12 | 0 | 0.08 | 0.95 | 0.10 | 55.02 | 0.9 | 0.47 |
| Hex | E5 | D3 | C | 0 | 8 | 5F | A | 37 | 5A | 2F |
| Octal | 345 | 323 | 14 | 0 | 10 | 137 | 12 | 67 | 132 | 57 |
| Binary | 11100101 | 11010011 | 1100 | 0 | 1000 | 1011111 | 1010 | 110111 | 1011010 | 101111 |
Color Harmonies of #E5D30C
Complementary color
Monochromatic Colors of #E5D30C
Black with #E5D30C
Text Example
Text Example
White with #E5D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D30C; }
p { color: rgb(229,211,12); }
H1.HeaderClassName
{
color: #E5D30C;
}
.AnyTagClassName
{
color: #E5D30C;
}
</style>
background-color css
<style>
a { background-color: #E5D30C; }
a { background-color: rgb(229,211,12); }
div.DivClassName
{
background-color: #E5D30C;
}
.BgClassName
{
background-color: #E5D30C;
}
</style>
border-color css
<style>
span { border-color: #E5D30C; }
span { border-color: rgb(229,211,12); }
td.TdClassName
{
border-color: #E5D30C;
}
.TagClassName
{
border-color: #E5D30C;
}
</style>