Shades of Sunflower #E0D00A
Tints of Sunflower #E0D00A
RGB
CMYK
RGB Variations
Color information
#E0D00A (or 0xE0D00A) is known color: Sunflower. HEX triplet: E0, D0 and 0A. RGB value is (224,208,10). Sum of RGB (Red+Green+Blue) = 224+208+10=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D00A is #1F2FF5. Grayscale: #BFBFBF. Windows color (decimal): -2043894 or 708832. OLE color: 708832.
HSL color Cylindrical-coordinate representation of color #E0D00A: hue angle of 55.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0D00A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.12 |
| HSL | 55.51º | 0.91% | 0.46% | - |
| HSV(B) | 55.51º | 0.96% | 0.88% | - |
| XYZ | 53.35 | 60.98 | 9.25 | - |
| YUV | 190.21 | 26.3 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 10 | 0 | 0.07 | 0.96 | 0.12 | 55.51 | 0.91 | 0.46 |
| Hex | E0 | D0 | A | 0 | 7 | 60 | C | 38 | 5B | 2E |
| Octal | 340 | 320 | 12 | 0 | 7 | 140 | 14 | 70 | 133 | 56 |
| Binary | 11100000 | 11010000 | 1010 | 0 | 111 | 1100000 | 1100 | 111000 | 1011011 | 101110 |
Color Harmonies of #E0D00A
Complementary color
Monochromatic Colors of #E0D00A
Black with #E0D00A
Text Example
Text Example
White with #E0D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D00A; }
p { color: rgb(224,208,10); }
H1.HeaderClassName
{
color: #E0D00A;
}
.AnyTagClassName
{
color: #E0D00A;
}
</style>
background-color css
<style>
a { background-color: #E0D00A; }
a { background-color: rgb(224,208,10); }
div.DivClassName
{
background-color: #E0D00A;
}
.BgClassName
{
background-color: #E0D00A;
}
</style>
border-color css
<style>
span { border-color: #E0D00A; }
span { border-color: rgb(224,208,10); }
td.TdClassName
{
border-color: #E0D00A;
}
.TagClassName
{
border-color: #E0D00A;
}
</style>