Shades of Sunflower #E2C80F
Tints of Sunflower #E2C80F
RGB
CMYK
RGB Variations
Color information
#E2C80F (or 0xE2C80F) is known color: Sunflower. HEX triplet: E2, C8 and 0F. RGB value is (226,200,15). Sum of RGB (Red+Green+Blue) = 226+200+15=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C80F is #1D37F0. Grayscale: #BBBBBB. Windows color (decimal): -1914865 or 1034466. OLE color: 1034466.
HSL color Cylindrical-coordinate representation of color #E2C80F: hue angle of 52.61º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2C80F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.11 |
| HSL | 52.61º | 0.88% | 0.47% | - |
| HSV(B) | 52.61º | 0.93% | 0.89% | - |
| XYZ | 52.1 | 57.51 | 8.81 | - |
| YUV | 186.68 | 31.11 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 15 | 0 | 0.12 | 0.93 | 0.11 | 52.61 | 0.88 | 0.47 |
| Hex | E2 | C8 | F | 0 | C | 5D | B | 35 | 58 | 2F |
| Octal | 342 | 310 | 17 | 0 | 14 | 135 | 13 | 65 | 130 | 57 |
| Binary | 11100010 | 11001000 | 1111 | 0 | 1100 | 1011101 | 1011 | 110101 | 1011000 | 101111 |
Color Harmonies of #E2C80F
Complementary color
Monochromatic Colors of #E2C80F
Black with #E2C80F
Text Example
Text Example
White with #E2C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C80F; }
p { color: rgb(226,200,15); }
H1.HeaderClassName
{
color: #E2C80F;
}
.AnyTagClassName
{
color: #E2C80F;
}
</style>
background-color css
<style>
a { background-color: #E2C80F; }
a { background-color: rgb(226,200,15); }
div.DivClassName
{
background-color: #E2C80F;
}
.BgClassName
{
background-color: #E2C80F;
}
</style>
border-color css
<style>
span { border-color: #E2C80F; }
span { border-color: rgb(226,200,15); }
td.TdClassName
{
border-color: #E2C80F;
}
.TagClassName
{
border-color: #E2C80F;
}
</style>