Shades of Sunflower #E1D105
Tints of Sunflower #E1D105
RGB
CMYK
RGB Variations
Color information
#E1D105 (or 0xE1D105) is known color: Sunflower. HEX triplet: E1, D1 and 05. RGB value is (225,209,5). Sum of RGB (Red+Green+Blue) = 225+209+5=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D105 is #1E2EFA. Grayscale: #BFBFBF. Windows color (decimal): -1978107 or 381409. OLE color: 381409.
HSL color Cylindrical-coordinate representation of color #E1D105: hue angle of 55.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1D105 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.12 |
| HSL | 55.64º | 0.96% | 0.45% | - |
| HSV(B) | 55.64º | 0.98% | 0.88% | - |
| XYZ | 53.88 | 61.62 | 9.2 | - |
| YUV | 190.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 5 | 0 | 0.07 | 0.98 | 0.12 | 55.64 | 0.96 | 0.45 |
| Hex | E1 | D1 | 5 | 0 | 7 | 62 | C | 38 | 60 | 2D |
| Octal | 341 | 321 | 5 | 0 | 7 | 142 | 14 | 70 | 140 | 55 |
| Binary | 11100001 | 11010001 | 101 | 0 | 111 | 1100010 | 1100 | 111000 | 1100000 | 101101 |
Color Harmonies of #E1D105
Complementary color
Monochromatic Colors of #E1D105
Black with #E1D105
Text Example
Text Example
White with #E1D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D105; }
p { color: rgb(225,209,5); }
H1.HeaderClassName
{
color: #E1D105;
}
.AnyTagClassName
{
color: #E1D105;
}
</style>
background-color css
<style>
a { background-color: #E1D105; }
a { background-color: rgb(225,209,5); }
div.DivClassName
{
background-color: #E1D105;
}
.BgClassName
{
background-color: #E1D105;
}
</style>
border-color css
<style>
span { border-color: #E1D105; }
span { border-color: rgb(225,209,5); }
td.TdClassName
{
border-color: #E1D105;
}
.TagClassName
{
border-color: #E1D105;
}
</style>