Shades of Sunflower #E1D60A
Tints of Sunflower #E1D60A
RGB
CMYK
RGB Variations
Color information
#E1D60A (or 0xE1D60A) is known color: Sunflower. HEX triplet: E1, D6 and 0A. RGB value is (225,214,10). Sum of RGB (Red+Green+Blue) = 225+214+10=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D60A is #1E29F5. Grayscale: #C2C2C2. Windows color (decimal): -1976822 or 710369. OLE color: 710369.
HSL color Cylindrical-coordinate representation of color #E1D60A: hue angle of 56.93º degrees, saturation: 0.91, 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 #E1D60A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.12 |
| HSL | 56.93º | 0.91% | 0.46% | - |
| HSV(B) | 56.93º | 0.96% | 0.88% | - |
| XYZ | 55.15 | 64.12 | 9.76 | - |
| YUV | 194.03 | 24.14 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 10 | 0 | 0.05 | 0.96 | 0.12 | 56.93 | 0.91 | 0.46 |
| Hex | E1 | D6 | A | 0 | 5 | 60 | C | 39 | 5B | 2E |
| Octal | 341 | 326 | 12 | 0 | 5 | 140 | 14 | 71 | 133 | 56 |
| Binary | 11100001 | 11010110 | 1010 | 0 | 101 | 1100000 | 1100 | 111001 | 1011011 | 101110 |
Color Harmonies of #E1D60A
Complementary color
Monochromatic Colors of #E1D60A
Black with #E1D60A
Text Example
Text Example
White with #E1D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D60A; }
p { color: rgb(225,214,10); }
H1.HeaderClassName
{
color: #E1D60A;
}
.AnyTagClassName
{
color: #E1D60A;
}
</style>
background-color css
<style>
a { background-color: #E1D60A; }
a { background-color: rgb(225,214,10); }
div.DivClassName
{
background-color: #E1D60A;
}
.BgClassName
{
background-color: #E1D60A;
}
</style>
border-color css
<style>
span { border-color: #E1D60A; }
span { border-color: rgb(225,214,10); }
td.TdClassName
{
border-color: #E1D60A;
}
.TagClassName
{
border-color: #E1D60A;
}
</style>