Shades of Sunflower #E1D007
Tints of Sunflower #E1D007
RGB
CMYK
RGB Variations
Color information
#E1D007 (or 0xE1D007) is known color: Sunflower. HEX triplet: E1, D0 and 07. RGB value is (225,208,7). Sum of RGB (Red+Green+Blue) = 225+208+7=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D007 is #1E2FF8. Grayscale: #BEBEBE. Windows color (decimal): -1978361 or 512225. OLE color: 512225.
HSL color Cylindrical-coordinate representation of color #E1D007: hue angle of 55.32º degrees, saturation: 0.94, 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 #E1D007 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.12 |
| HSL | 55.32º | 0.94% | 0.45% | - |
| HSV(B) | 55.32º | 0.97% | 0.88% | - |
| XYZ | 53.65 | 61.13 | 9.17 | - |
| YUV | 190.17 | 24.63 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 7 | 0 | 0.08 | 0.97 | 0.12 | 55.32 | 0.94 | 0.45 |
| Hex | E1 | D0 | 7 | 0 | 8 | 61 | C | 37 | 5E | 2D |
| Octal | 341 | 320 | 7 | 0 | 10 | 141 | 14 | 67 | 136 | 55 |
| Binary | 11100001 | 11010000 | 111 | 0 | 1000 | 1100001 | 1100 | 110111 | 1011110 | 101101 |
Color Harmonies of #E1D007
Complementary color
Monochromatic Colors of #E1D007
Black with #E1D007
Text Example
Text Example
White with #E1D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D007; }
p { color: rgb(225,208,7); }
H1.HeaderClassName
{
color: #E1D007;
}
.AnyTagClassName
{
color: #E1D007;
}
</style>
background-color css
<style>
a { background-color: #E1D007; }
a { background-color: rgb(225,208,7); }
div.DivClassName
{
background-color: #E1D007;
}
.BgClassName
{
background-color: #E1D007;
}
</style>
border-color css
<style>
span { border-color: #E1D007; }
span { border-color: rgb(225,208,7); }
td.TdClassName
{
border-color: #E1D007;
}
.TagClassName
{
border-color: #E1D007;
}
</style>