Shades of Sunflower #E5D20F
Tints of Sunflower #E5D20F
RGB
CMYK
RGB Variations
Color information
#E5D20F (or 0xE5D20F) is known color: Sunflower. HEX triplet: E5, D2 and 0F. RGB value is (229,210,15). Sum of RGB (Red+Green+Blue) = 229+210+15=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D20F is #1A2DF0. Grayscale: #C2C2C2. Windows color (decimal): -1715697 or 1037029. OLE color: 1037029.
HSL color Cylindrical-coordinate representation of color #E5D20F: hue angle of 54.67º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5D20F is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 15 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.10 |
| HSL | 54.67º | 0.88% | 0.48% | - |
| HSV(B) | 54.67º | 0.93% | 0.9% | - |
| XYZ | 55.45 | 62.79 | 9.65 | - |
| YUV | 193.45 | 27.29 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 15 | 0 | 0.08 | 0.93 | 0.10 | 54.67 | 0.88 | 0.48 |
| Hex | E5 | D2 | F | 0 | 8 | 5D | A | 37 | 58 | 30 |
| Octal | 345 | 322 | 17 | 0 | 10 | 135 | 12 | 67 | 130 | 60 |
| Binary | 11100101 | 11010010 | 1111 | 0 | 1000 | 1011101 | 1010 | 110111 | 1011000 | 110000 |
Color Harmonies of #E5D20F
Complementary color
Monochromatic Colors of #E5D20F
Black with #E5D20F
Text Example
Text Example
White with #E5D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D20F; }
p { color: rgb(229,210,15); }
H1.HeaderClassName
{
color: #E5D20F;
}
.AnyTagClassName
{
color: #E5D20F;
}
</style>
background-color css
<style>
a { background-color: #E5D20F; }
a { background-color: rgb(229,210,15); }
div.DivClassName
{
background-color: #E5D20F;
}
.BgClassName
{
background-color: #E5D20F;
}
</style>
border-color css
<style>
span { border-color: #E5D20F; }
span { border-color: rgb(229,210,15); }
td.TdClassName
{
border-color: #E5D20F;
}
.TagClassName
{
border-color: #E5D20F;
}
</style>