Shades of Sunflower #E0D100
Tints of Sunflower #E0D100
RGB
CMYK
RGB Variations
Color information
#E0D100 (or 0xE0D100) is known color: Sunflower. HEX triplet: E0, D1 and 00. RGB value is (224,209,0). Sum of RGB (Red+Green+Blue) = 224+209+0=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D100 is #1F2EFF. Grayscale: #BEBEBE. Windows color (decimal): -2043648 or 53728. OLE color: 53728.
HSL color Cylindrical-coordinate representation of color #E0D100: hue angle of 55.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0D100 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.12 |
| HSL | 55.98º | 1% | 0.44% | - |
| HSV(B) | 55.98º | 1% | 0.88% | - |
| XYZ | 53.54 | 61.45 | 9.04 | - |
| YUV | 189.66 | 20.97 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 0 | 0 | 0.07 | 1 | 0.12 | 55.98 | 1 | 0.44 |
| Hex | E0 | D1 | 0 | 0 | 7 | 64 | C | 38 | 64 | 2C |
| Octal | 340 | 321 | 0 | 0 | 7 | 144 | 14 | 70 | 144 | 54 |
| Binary | 11100000 | 11010001 | 0 | 0 | 111 | 1100100 | 1100 | 111000 | 1100100 | 101100 |
Color Harmonies of #E0D100
Complementary color
Monochromatic Colors of #E0D100
Black with #E0D100
Text Example
Text Example
White with #E0D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D100; }
p { color: rgb(224,209,0); }
H1.HeaderClassName
{
color: #E0D100;
}
.AnyTagClassName
{
color: #E0D100;
}
</style>
background-color css
<style>
a { background-color: #E0D100; }
a { background-color: rgb(224,209,0); }
div.DivClassName
{
background-color: #E0D100;
}
.BgClassName
{
background-color: #E0D100;
}
</style>
border-color css
<style>
span { border-color: #E0D100; }
span { border-color: rgb(224,209,0); }
td.TdClassName
{
border-color: #E0D100;
}
.TagClassName
{
border-color: #E0D100;
}
</style>