Shades of Sunflower #E2D70F
Tints of Sunflower #E2D70F
RGB
CMYK
RGB Variations
Color information
#E2D70F (or 0xE2D70F) is known color: Sunflower. HEX triplet: E2, D7 and 0F. RGB value is (226,215,15). Sum of RGB (Red+Green+Blue) = 226+215+15=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D70F is #1D28F0. Grayscale: #C4C4C4. Windows color (decimal): -1911025 or 1038306. OLE color: 1038306.
HSL color Cylindrical-coordinate representation of color #E2D70F: hue angle of 56.87º 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 #E2D70F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.11 |
| HSL | 56.87º | 0.88% | 0.47% | - |
| HSV(B) | 56.87º | 0.93% | 0.89% | - |
| XYZ | 55.75 | 64.8 | 10.02 | - |
| YUV | 195.49 | 26.14 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 15 | 0 | 0.05 | 0.93 | 0.11 | 56.87 | 0.88 | 0.47 |
| Hex | E2 | D7 | F | 0 | 5 | 5D | B | 39 | 58 | 2F |
| Octal | 342 | 327 | 17 | 0 | 5 | 135 | 13 | 71 | 130 | 57 |
| Binary | 11100010 | 11010111 | 1111 | 0 | 101 | 1011101 | 1011 | 111001 | 1011000 | 101111 |
Color Harmonies of #E2D70F
Complementary color
Monochromatic Colors of #E2D70F
Black with #E2D70F
Text Example
Text Example
White with #E2D70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D70F; }
p { color: rgb(226,215,15); }
H1.HeaderClassName
{
color: #E2D70F;
}
.AnyTagClassName
{
color: #E2D70F;
}
</style>
background-color css
<style>
a { background-color: #E2D70F; }
a { background-color: rgb(226,215,15); }
div.DivClassName
{
background-color: #E2D70F;
}
.BgClassName
{
background-color: #E2D70F;
}
</style>
border-color css
<style>
span { border-color: #E2D70F; }
span { border-color: rgb(226,215,15); }
td.TdClassName
{
border-color: #E2D70F;
}
.TagClassName
{
border-color: #E2D70F;
}
</style>