Shades of Sunflower #E1D608
Tints of Sunflower #E1D608
RGB
CMYK
RGB Variations
Color information
#E1D608 (or 0xE1D608) is known color: Sunflower. HEX triplet: E1, D6 and 08. RGB value is (225,214,8). Sum of RGB (Red+Green+Blue) = 225+214+8=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D608 is #1E29F7. Grayscale: #C2C2C2. Windows color (decimal): -1976824 or 579297. OLE color: 579297.
HSL color Cylindrical-coordinate representation of color #E1D608: hue angle of 56.96º 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 #E1D608 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 8 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.12 |
| HSL | 56.96º | 0.93% | 0.46% | - |
| HSV(B) | 56.96º | 0.96% | 0.88% | - |
| XYZ | 55.14 | 64.12 | 9.7 | - |
| YUV | 193.81 | 23.14 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 8 | 0 | 0.05 | 0.96 | 0.12 | 56.96 | 0.93 | 0.46 |
| Hex | E1 | D6 | 8 | 0 | 5 | 60 | C | 39 | 5D | 2E |
| Octal | 341 | 326 | 10 | 0 | 5 | 140 | 14 | 71 | 135 | 56 |
| Binary | 11100001 | 11010110 | 1000 | 0 | 101 | 1100000 | 1100 | 111001 | 1011101 | 101110 |
Color Harmonies of #E1D608
Complementary color
Monochromatic Colors of #E1D608
Black with #E1D608
Text Example
Text Example
White with #E1D608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D608; }
p { color: rgb(225,214,8); }
H1.HeaderClassName
{
color: #E1D608;
}
.AnyTagClassName
{
color: #E1D608;
}
</style>
background-color css
<style>
a { background-color: #E1D608; }
a { background-color: rgb(225,214,8); }
div.DivClassName
{
background-color: #E1D608;
}
.BgClassName
{
background-color: #E1D608;
}
</style>
border-color css
<style>
span { border-color: #E1D608; }
span { border-color: rgb(225,214,8); }
td.TdClassName
{
border-color: #E1D608;
}
.TagClassName
{
border-color: #E1D608;
}
</style>