Shades of Sunflower #E1D017
Tints of Sunflower #E1D017
RGB
CMYK
RGB Variations
Color information
#E1D017 (or 0xE1D017) is known color: Sunflower. HEX triplet: E1, D0 and 17. RGB value is (225,208,23). Sum of RGB (Red+Green+Blue) = 225+208+23=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D017 is #1E2FE8. Grayscale: #C0C0C0. Windows color (decimal): -1978345 or 1560801. OLE color: 1560801.
HSL color Cylindrical-coordinate representation of color #E1D017: hue angle of 54.95º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1D017 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 23 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.12 |
| HSL | 54.95º | 0.81% | 0.49% | - |
| HSV(B) | 54.95º | 0.9% | 0.88% | - |
| XYZ | 53.76 | 61.18 | 9.79 | - |
| YUV | 191.99 | 32.63 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 23 | 0 | 0.08 | 0.90 | 0.12 | 54.95 | 0.81 | 0.49 |
| Hex | E1 | D0 | 17 | 0 | 8 | 5A | C | 37 | 51 | 31 |
| Octal | 341 | 320 | 27 | 0 | 10 | 132 | 14 | 67 | 121 | 61 |
| Binary | 11100001 | 11010000 | 10111 | 0 | 1000 | 1011010 | 1100 | 110111 | 1010001 | 110001 |
Color Harmonies of #E1D017
Complementary color
Monochromatic Colors of #E1D017
Black with #E1D017
Text Example
Text Example
White with #E1D017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D017; }
p { color: rgb(225,208,23); }
H1.HeaderClassName
{
color: #E1D017;
}
.AnyTagClassName
{
color: #E1D017;
}
</style>
background-color css
<style>
a { background-color: #E1D017; }
a { background-color: rgb(225,208,23); }
div.DivClassName
{
background-color: #E1D017;
}
.BgClassName
{
background-color: #E1D017;
}
</style>
border-color css
<style>
span { border-color: #E1D017; }
span { border-color: rgb(225,208,23); }
td.TdClassName
{
border-color: #E1D017;
}
.TagClassName
{
border-color: #E1D017;
}
</style>