Shades of Sunflower #E1D006
Tints of Sunflower #E1D006
RGB
CMYK
RGB Variations
Color information
#E1D006 (or 0xE1D006) is known color: Sunflower. HEX triplet: E1, D0 and 06. RGB value is (225,208,6). Sum of RGB (Red+Green+Blue) = 225+208+6=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D006 is #1E2FF9. Grayscale: #BEBEBE. Windows color (decimal): -1978362 or 446689. OLE color: 446689.
HSL color Cylindrical-coordinate representation of color #E1D006: hue angle of 55.34º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1D006 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.12 |
| HSL | 55.34º | 0.95% | 0.45% | - |
| HSV(B) | 55.34º | 0.97% | 0.88% | - |
| XYZ | 53.64 | 61.13 | 9.14 | - |
| YUV | 190.06 | 24.13 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 6 | 0 | 0.08 | 0.97 | 0.12 | 55.34 | 0.95 | 0.45 |
| Hex | E1 | D0 | 6 | 0 | 8 | 61 | C | 37 | 5F | 2D |
| Octal | 341 | 320 | 6 | 0 | 10 | 141 | 14 | 67 | 137 | 55 |
| Binary | 11100001 | 11010000 | 110 | 0 | 1000 | 1100001 | 1100 | 110111 | 1011111 | 101101 |
Color Harmonies of #E1D006
Complementary color
Monochromatic Colors of #E1D006
Black with #E1D006
Text Example
Text Example
White with #E1D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D006; }
p { color: rgb(225,208,6); }
H1.HeaderClassName
{
color: #E1D006;
}
.AnyTagClassName
{
color: #E1D006;
}
</style>
background-color css
<style>
a { background-color: #E1D006; }
a { background-color: rgb(225,208,6); }
div.DivClassName
{
background-color: #E1D006;
}
.BgClassName
{
background-color: #E1D006;
}
</style>
border-color css
<style>
span { border-color: #E1D006; }
span { border-color: rgb(225,208,6); }
td.TdClassName
{
border-color: #E1D006;
}
.TagClassName
{
border-color: #E1D006;
}
</style>