Shades of Sunflower #E1C80F
Tints of Sunflower #E1C80F
RGB
CMYK
RGB Variations
Color information
#E1C80F (or 0xE1C80F) is known color: Sunflower. HEX triplet: E1, C8 and 0F. RGB value is (225,200,15). Sum of RGB (Red+Green+Blue) = 225+200+15=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C80F is #1E37F0. Grayscale: #BBBBBB. Windows color (decimal): -1980401 or 1034465. OLE color: 1034465.
HSL color Cylindrical-coordinate representation of color #E1C80F: hue angle of 52.86º 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 #E1C80F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.12 |
| HSL | 52.86º | 0.88% | 0.47% | - |
| HSV(B) | 52.86º | 0.93% | 0.88% | - |
| XYZ | 51.79 | 57.35 | 8.79 | - |
| YUV | 186.39 | 31.28 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 15 | 0 | 0.11 | 0.93 | 0.12 | 52.86 | 0.88 | 0.47 |
| Hex | E1 | C8 | F | 0 | B | 5D | C | 35 | 58 | 2F |
| Octal | 341 | 310 | 17 | 0 | 13 | 135 | 14 | 65 | 130 | 57 |
| Binary | 11100001 | 11001000 | 1111 | 0 | 1011 | 1011101 | 1100 | 110101 | 1011000 | 101111 |
Color Harmonies of #E1C80F
Complementary color
Monochromatic Colors of #E1C80F
Black with #E1C80F
Text Example
Text Example
White with #E1C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C80F; }
p { color: rgb(225,200,15); }
H1.HeaderClassName
{
color: #E1C80F;
}
.AnyTagClassName
{
color: #E1C80F;
}
</style>
background-color css
<style>
a { background-color: #E1C80F; }
a { background-color: rgb(225,200,15); }
div.DivClassName
{
background-color: #E1C80F;
}
.BgClassName
{
background-color: #E1C80F;
}
</style>
border-color css
<style>
span { border-color: #E1C80F; }
span { border-color: rgb(225,200,15); }
td.TdClassName
{
border-color: #E1C80F;
}
.TagClassName
{
border-color: #E1C80F;
}
</style>