Shades of Sunflower #E2B60C
Tints of Sunflower #E2B60C
RGB
CMYK
RGB Variations
Color information
#E2B60C (or 0xE2B60C) is known color: Sunflower. HEX triplet: E2, B6 and 0C. RGB value is (226,182,12). Sum of RGB (Red+Green+Blue) = 226+182+12=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B60C is #1D49F3. Grayscale: #B0B0B0. Windows color (decimal): -1919476 or 833250. OLE color: 833250.
HSL color Cylindrical-coordinate representation of color #E2B60C: hue angle of 47.66º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2B60C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.11 |
| HSL | 47.66º | 0.9% | 0.47% | - |
| HSV(B) | 47.66º | 0.95% | 0.89% | - |
| XYZ | 48.16 | 49.65 | 7.39 | - |
| YUV | 175.78 | 35.58 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 12 | 0 | 0.19 | 0.95 | 0.11 | 47.66 | 0.9 | 0.47 |
| Hex | E2 | B6 | C | 0 | 13 | 5F | B | 30 | 5A | 2F |
| Octal | 342 | 266 | 14 | 0 | 23 | 137 | 13 | 60 | 132 | 57 |
| Binary | 11100010 | 10110110 | 1100 | 0 | 10011 | 1011111 | 1011 | 110000 | 1011010 | 101111 |
Color Harmonies of #E2B60C
Complementary color
Monochromatic Colors of #E2B60C
Black with #E2B60C
Text Example
Text Example
White with #E2B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B60C; }
p { color: rgb(226,182,12); }
H1.HeaderClassName
{
color: #E2B60C;
}
.AnyTagClassName
{
color: #E2B60C;
}
</style>
background-color css
<style>
a { background-color: #E2B60C; }
a { background-color: rgb(226,182,12); }
div.DivClassName
{
background-color: #E2B60C;
}
.BgClassName
{
background-color: #E2B60C;
}
</style>
border-color css
<style>
span { border-color: #E2B60C; }
span { border-color: rgb(226,182,12); }
td.TdClassName
{
border-color: #E2B60C;
}
.TagClassName
{
border-color: #E2B60C;
}
</style>