Shades of Sunflower #E1D20F
Tints of Sunflower #E1D20F
RGB
CMYK
RGB Variations
Color information
#E1D20F (or 0xE1D20F) is known color: Sunflower. HEX triplet: E1, D2 and 0F. RGB value is (225,210,15). Sum of RGB (Red+Green+Blue) = 225+210+15=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D20F is #1E2DF0. Grayscale: #C1C1C1. Windows color (decimal): -1977841 or 1037025. OLE color: 1037025.
HSL color Cylindrical-coordinate representation of color #E1D20F: hue angle of 55.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1D20F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.12 |
| HSL | 55.71º | 0.88% | 0.47% | - |
| HSV(B) | 55.71º | 0.93% | 0.88% | - |
| XYZ | 54.18 | 62.14 | 9.59 | - |
| YUV | 192.26 | 27.97 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 15 | 0 | 0.07 | 0.93 | 0.12 | 55.71 | 0.88 | 0.47 |
| Hex | E1 | D2 | F | 0 | 7 | 5D | C | 38 | 58 | 2F |
| Octal | 341 | 322 | 17 | 0 | 7 | 135 | 14 | 70 | 130 | 57 |
| Binary | 11100001 | 11010010 | 1111 | 0 | 111 | 1011101 | 1100 | 111000 | 1011000 | 101111 |
Color Harmonies of #E1D20F
Complementary color
Monochromatic Colors of #E1D20F
Black with #E1D20F
Text Example
Text Example
White with #E1D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D20F; }
p { color: rgb(225,210,15); }
H1.HeaderClassName
{
color: #E1D20F;
}
.AnyTagClassName
{
color: #E1D20F;
}
</style>
background-color css
<style>
a { background-color: #E1D20F; }
a { background-color: rgb(225,210,15); }
div.DivClassName
{
background-color: #E1D20F;
}
.BgClassName
{
background-color: #E1D20F;
}
</style>
border-color css
<style>
span { border-color: #E1D20F; }
span { border-color: rgb(225,210,15); }
td.TdClassName
{
border-color: #E1D20F;
}
.TagClassName
{
border-color: #E1D20F;
}
</style>