Shades of Sunflower #E1D808
Tints of Sunflower #E1D808
RGB
CMYK
RGB Variations
Color information
#E1D808 (or 0xE1D808) is known color: Sunflower. HEX triplet: E1, D8 and 08. RGB value is (225,216,8). Sum of RGB (Red+Green+Blue) = 225+216+8=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D808 is #1E27F7. Grayscale: #C3C3C3. Windows color (decimal): -1976312 or 579809. OLE color: 579809.
HSL color Cylindrical-coordinate representation of color #E1D808: hue angle of 57.51º degrees, saturation: 0.93, 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 #E1D808 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.12 |
| HSL | 57.51º | 0.93% | 0.46% | - |
| HSV(B) | 57.51º | 0.96% | 0.88% | - |
| XYZ | 55.65 | 65.14 | 9.87 | - |
| YUV | 194.98 | 22.48 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 8 | 0 | 0.04 | 0.96 | 0.12 | 57.51 | 0.93 | 0.46 |
| Hex | E1 | D8 | 8 | 0 | 4 | 60 | C | 3A | 5D | 2E |
| Octal | 341 | 330 | 10 | 0 | 4 | 140 | 14 | 72 | 135 | 56 |
| Binary | 11100001 | 11011000 | 1000 | 0 | 100 | 1100000 | 1100 | 111010 | 1011101 | 101110 |
Color Harmonies of #E1D808
Complementary color
Monochromatic Colors of #E1D808
Black with #E1D808
Text Example
Text Example
White with #E1D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D808; }
p { color: rgb(225,216,8); }
H1.HeaderClassName
{
color: #E1D808;
}
.AnyTagClassName
{
color: #E1D808;
}
</style>
background-color css
<style>
a { background-color: #E1D808; }
a { background-color: rgb(225,216,8); }
div.DivClassName
{
background-color: #E1D808;
}
.BgClassName
{
background-color: #E1D808;
}
</style>
border-color css
<style>
span { border-color: #E1D808; }
span { border-color: rgb(225,216,8); }
td.TdClassName
{
border-color: #E1D808;
}
.TagClassName
{
border-color: #E1D808;
}
</style>