Shades of Sunflower #E2D60F
Tints of Sunflower #E2D60F
RGB
CMYK
RGB Variations
Color information
#E2D60F (or 0xE2D60F) is known color: Sunflower. HEX triplet: E2, D6 and 0F. RGB value is (226,214,15). Sum of RGB (Red+Green+Blue) = 226+214+15=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D60F is #1D29F0. Grayscale: #C3C3C3. Windows color (decimal): -1911281 or 1038050. OLE color: 1038050.
HSL color Cylindrical-coordinate representation of color #E2D60F: hue angle of 56.59º 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 #E2D60F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.11 |
| HSL | 56.59º | 0.88% | 0.47% | - |
| HSV(B) | 56.59º | 0.93% | 0.89% | - |
| XYZ | 55.5 | 64.3 | 9.94 | - |
| YUV | 194.9 | 26.48 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 15 | 0 | 0.05 | 0.93 | 0.11 | 56.59 | 0.88 | 0.47 |
| Hex | E2 | D6 | F | 0 | 5 | 5D | B | 39 | 58 | 2F |
| Octal | 342 | 326 | 17 | 0 | 5 | 135 | 13 | 71 | 130 | 57 |
| Binary | 11100010 | 11010110 | 1111 | 0 | 101 | 1011101 | 1011 | 111001 | 1011000 | 101111 |
Color Harmonies of #E2D60F
Complementary color
Monochromatic Colors of #E2D60F
Black with #E2D60F
Text Example
Text Example
White with #E2D60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D60F; }
p { color: rgb(226,214,15); }
H1.HeaderClassName
{
color: #E2D60F;
}
.AnyTagClassName
{
color: #E2D60F;
}
</style>
background-color css
<style>
a { background-color: #E2D60F; }
a { background-color: rgb(226,214,15); }
div.DivClassName
{
background-color: #E2D60F;
}
.BgClassName
{
background-color: #E2D60F;
}
</style>
border-color css
<style>
span { border-color: #E2D60F; }
span { border-color: rgb(226,214,15); }
td.TdClassName
{
border-color: #E2D60F;
}
.TagClassName
{
border-color: #E2D60F;
}
</style>