Shades of Sunflower #E2D80D
Tints of Sunflower #E2D80D
RGB
CMYK
RGB Variations
Color information
#E2D80D (or 0xE2D80D) is known color: Sunflower. HEX triplet: E2, D8 and 0D. RGB value is (226,216,13). Sum of RGB (Red+Green+Blue) = 226+216+13=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D80D is #1D27F2. Grayscale: #C4C4C4. Windows color (decimal): -1910771 or 907490. OLE color: 907490.
HSL color Cylindrical-coordinate representation of color #E2D80D: hue angle of 57.18º degrees, saturation: 0.89, 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 #E2D80D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.11 |
| HSL | 57.18º | 0.89% | 0.47% | - |
| HSV(B) | 57.18º | 0.94% | 0.89% | - |
| XYZ | 55.99 | 65.31 | 10.04 | - |
| YUV | 195.85 | 24.81 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 13 | 0 | 0.04 | 0.94 | 0.11 | 57.18 | 0.89 | 0.47 |
| Hex | E2 | D8 | D | 0 | 4 | 5E | B | 39 | 59 | 2F |
| Octal | 342 | 330 | 15 | 0 | 4 | 136 | 13 | 71 | 131 | 57 |
| Binary | 11100010 | 11011000 | 1101 | 0 | 100 | 1011110 | 1011 | 111001 | 1011001 | 101111 |
Color Harmonies of #E2D80D
Complementary color
Monochromatic Colors of #E2D80D
Black with #E2D80D
Text Example
Text Example
White with #E2D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D80D; }
p { color: rgb(226,216,13); }
H1.HeaderClassName
{
color: #E2D80D;
}
.AnyTagClassName
{
color: #E2D80D;
}
</style>
background-color css
<style>
a { background-color: #E2D80D; }
a { background-color: rgb(226,216,13); }
div.DivClassName
{
background-color: #E2D80D;
}
.BgClassName
{
background-color: #E2D80D;
}
</style>
border-color css
<style>
span { border-color: #E2D80D; }
span { border-color: rgb(226,216,13); }
td.TdClassName
{
border-color: #E2D80D;
}
.TagClassName
{
border-color: #E2D80D;
}
</style>