Shades of Sunflower #E2D80E
Tints of Sunflower #E2D80E
RGB
CMYK
RGB Variations
Color information
#E2D80E (or 0xE2D80E) is known color: Sunflower. HEX triplet: E2, D8 and 0E. RGB value is (226,216,14). Sum of RGB (Red+Green+Blue) = 226+216+14=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D80E is #1D27F1. Grayscale: #C4C4C4. Windows color (decimal): -1910770 or 973026. OLE color: 973026.
HSL color Cylindrical-coordinate representation of color #E2D80E: hue angle of 57.17º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2D80E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 14 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.11 |
| HSL | 57.17º | 0.88% | 0.47% | - |
| HSV(B) | 57.17º | 0.94% | 0.89% | - |
| XYZ | 56 | 65.31 | 10.07 | - |
| YUV | 195.96 | 25.31 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 14 | 0 | 0.04 | 0.94 | 0.11 | 57.17 | 0.88 | 0.47 |
| Hex | E2 | D8 | E | 0 | 4 | 5E | B | 39 | 58 | 2F |
| Octal | 342 | 330 | 16 | 0 | 4 | 136 | 13 | 71 | 130 | 57 |
| Binary | 11100010 | 11011000 | 1110 | 0 | 100 | 1011110 | 1011 | 111001 | 1011000 | 101111 |
Color Harmonies of #E2D80E
Complementary color
Monochromatic Colors of #E2D80E
Black with #E2D80E
Text Example
Text Example
White with #E2D80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D80E; }
p { color: rgb(226,216,14); }
H1.HeaderClassName
{
color: #E2D80E;
}
.AnyTagClassName
{
color: #E2D80E;
}
</style>
background-color css
<style>
a { background-color: #E2D80E; }
a { background-color: rgb(226,216,14); }
div.DivClassName
{
background-color: #E2D80E;
}
.BgClassName
{
background-color: #E2D80E;
}
</style>
border-color css
<style>
span { border-color: #E2D80E; }
span { border-color: rgb(226,216,14); }
td.TdClassName
{
border-color: #E2D80E;
}
.TagClassName
{
border-color: #E2D80E;
}
</style>