Shades of Sunflower #E2B60A
Tints of Sunflower #E2B60A
RGB
CMYK
RGB Variations
Color information
#E2B60A (or 0xE2B60A) is known color: Sunflower. HEX triplet: E2, B6 and 0A. RGB value is (226,182,10). Sum of RGB (Red+Green+Blue) = 226+182+10=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B60A is #1D49F5. Grayscale: #B0B0B0. Windows color (decimal): -1919478 or 702178. OLE color: 702178.
HSL color Cylindrical-coordinate representation of color #E2B60A: hue angle of 47.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2B60A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.11 |
| HSL | 47.78º | 0.92% | 0.46% | - |
| HSV(B) | 47.78º | 0.96% | 0.89% | - |
| XYZ | 48.15 | 49.65 | 7.33 | - |
| YUV | 175.55 | 34.58 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 10 | 0 | 0.19 | 0.96 | 0.11 | 47.78 | 0.92 | 0.46 |
| Hex | E2 | B6 | A | 0 | 13 | 60 | B | 30 | 5C | 2E |
| Octal | 342 | 266 | 12 | 0 | 23 | 140 | 13 | 60 | 134 | 56 |
| Binary | 11100010 | 10110110 | 1010 | 0 | 10011 | 1100000 | 1011 | 110000 | 1011100 | 101110 |
Color Harmonies of #E2B60A
Complementary color
Monochromatic Colors of #E2B60A
Black with #E2B60A
Text Example
Text Example
White with #E2B60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B60A; }
p { color: rgb(226,182,10); }
H1.HeaderClassName
{
color: #E2B60A;
}
.AnyTagClassName
{
color: #E2B60A;
}
</style>
background-color css
<style>
a { background-color: #E2B60A; }
a { background-color: rgb(226,182,10); }
div.DivClassName
{
background-color: #E2B60A;
}
.BgClassName
{
background-color: #E2B60A;
}
</style>
border-color css
<style>
span { border-color: #E2B60A; }
span { border-color: rgb(226,182,10); }
td.TdClassName
{
border-color: #E2B60A;
}
.TagClassName
{
border-color: #E2B60A;
}
</style>