Shades of Sunflower #E2B60F
Tints of Sunflower #E2B60F
RGB
CMYK
RGB Variations
Color information
#E2B60F (or 0xE2B60F) is known color: Sunflower. HEX triplet: E2, B6 and 0F. RGB value is (226,182,15). Sum of RGB (Red+Green+Blue) = 226+182+15=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B60F is #1D49F0. Grayscale: #B0B0B0. Windows color (decimal): -1919473 or 1029858. OLE color: 1029858.
HSL color Cylindrical-coordinate representation of color #E2B60F: hue angle of 47.49º 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 #E2B60F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.11 |
| HSL | 47.49º | 0.88% | 0.47% | - |
| HSV(B) | 47.49º | 0.93% | 0.89% | - |
| XYZ | 48.18 | 49.66 | 7.5 | - |
| YUV | 176.12 | 37.08 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 15 | 0 | 0.19 | 0.93 | 0.11 | 47.49 | 0.88 | 0.47 |
| Hex | E2 | B6 | F | 0 | 13 | 5D | B | 2F | 58 | 2F |
| Octal | 342 | 266 | 17 | 0 | 23 | 135 | 13 | 57 | 130 | 57 |
| Binary | 11100010 | 10110110 | 1111 | 0 | 10011 | 1011101 | 1011 | 101111 | 1011000 | 101111 |
Color Harmonies of #E2B60F
Complementary color
Monochromatic Colors of #E2B60F
Black with #E2B60F
Text Example
Text Example
White with #E2B60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B60F; }
p { color: rgb(226,182,15); }
H1.HeaderClassName
{
color: #E2B60F;
}
.AnyTagClassName
{
color: #E2B60F;
}
</style>
background-color css
<style>
a { background-color: #E2B60F; }
a { background-color: rgb(226,182,15); }
div.DivClassName
{
background-color: #E2B60F;
}
.BgClassName
{
background-color: #E2B60F;
}
</style>
border-color css
<style>
span { border-color: #E2B60F; }
span { border-color: rgb(226,182,15); }
td.TdClassName
{
border-color: #E2B60F;
}
.TagClassName
{
border-color: #E2B60F;
}
</style>