Shades of Sunflower #E0D001
Tints of Sunflower #E0D001
RGB
CMYK
RGB Variations
Color information
#E0D001 (or 0xE0D001) is known color: Sunflower. HEX triplet: E0, D0 and 01. RGB value is (224,208,1). Sum of RGB (Red+Green+Blue) = 224+208+1=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D001 is #1F2FFE. Grayscale: #BEBEBE. Windows color (decimal): -2043903 or 119008. OLE color: 119008.
HSL color Cylindrical-coordinate representation of color #E0D001: hue angle of 55.7º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0D001 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.12 |
| HSL | 55.7º | 0.99% | 0.44% | - |
| HSV(B) | 55.7º | 1% | 0.88% | - |
| XYZ | 53.3 | 60.96 | 8.99 | - |
| YUV | 189.19 | 21.8 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 1 | 0 | 0.07 | 1.00 | 0.12 | 55.7 | 0.99 | 0.44 |
| Hex | E0 | D0 | 1 | 0 | 7 | 64 | C | 38 | 63 | 2C |
| Octal | 340 | 320 | 1 | 0 | 7 | 144 | 14 | 70 | 143 | 54 |
| Binary | 11100000 | 11010000 | 1 | 0 | 111 | 1100100 | 1100 | 111000 | 1100011 | 101100 |
Color Harmonies of #E0D001
Complementary color
Monochromatic Colors of #E0D001
Black with #E0D001
Text Example
Text Example
White with #E0D001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D001; }
p { color: rgb(224,208,1); }
H1.HeaderClassName
{
color: #E0D001;
}
.AnyTagClassName
{
color: #E0D001;
}
</style>
background-color css
<style>
a { background-color: #E0D001; }
a { background-color: rgb(224,208,1); }
div.DivClassName
{
background-color: #E0D001;
}
.BgClassName
{
background-color: #E0D001;
}
</style>
border-color css
<style>
span { border-color: #E0D001; }
span { border-color: rgb(224,208,1); }
td.TdClassName
{
border-color: #E0D001;
}
.TagClassName
{
border-color: #E0D001;
}
</style>