Shades of Sunflower #E5D30A
Tints of Sunflower #E5D30A
RGB
CMYK
RGB Variations
Color information
#E5D30A (or 0xE5D30A) is known color: Sunflower. HEX triplet: E5, D3 and 0A. RGB value is (229,211,10). Sum of RGB (Red+Green+Blue) = 229+211+10=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D30A is #1A2CF5. Grayscale: #C2C2C2. Windows color (decimal): -1715446 or 709605. OLE color: 709605.
HSL color Cylindrical-coordinate representation of color #E5D30A: hue angle of 55.07º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5D30A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.10 |
| HSL | 55.07º | 0.92% | 0.47% | - |
| HSV(B) | 55.07º | 0.96% | 0.9% | - |
| XYZ | 55.66 | 63.27 | 9.57 | - |
| YUV | 193.47 | 24.46 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 10 | 0 | 0.08 | 0.96 | 0.10 | 55.07 | 0.92 | 0.47 |
| Hex | E5 | D3 | A | 0 | 8 | 60 | A | 37 | 5C | 2F |
| Octal | 345 | 323 | 12 | 0 | 10 | 140 | 12 | 67 | 134 | 57 |
| Binary | 11100101 | 11010011 | 1010 | 0 | 1000 | 1100000 | 1010 | 110111 | 1011100 | 101111 |
Color Harmonies of #E5D30A
Complementary color
Monochromatic Colors of #E5D30A
Black with #E5D30A
Text Example
Text Example
White with #E5D30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D30A; }
p { color: rgb(229,211,10); }
H1.HeaderClassName
{
color: #E5D30A;
}
.AnyTagClassName
{
color: #E5D30A;
}
</style>
background-color css
<style>
a { background-color: #E5D30A; }
a { background-color: rgb(229,211,10); }
div.DivClassName
{
background-color: #E5D30A;
}
.BgClassName
{
background-color: #E5D30A;
}
</style>
border-color css
<style>
span { border-color: #E5D30A; }
span { border-color: rgb(229,211,10); }
td.TdClassName
{
border-color: #E5D30A;
}
.TagClassName
{
border-color: #E5D30A;
}
</style>