Shades of Sunflower #E2B10A
Tints of Sunflower #E2B10A
RGB
CMYK
RGB Variations
Color information
#E2B10A (or 0xE2B10A) is known color: Sunflower. HEX triplet: E2, B1 and 0A. RGB value is (226,177,10). Sum of RGB (Red+Green+Blue) = 226+177+10=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B10A is #1D4EF5. Grayscale: #ADADAD. Windows color (decimal): -1920758 or 700898. OLE color: 700898.
HSL color Cylindrical-coordinate representation of color #E2B10A: hue angle of 46.39º 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 #E2B10A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.11 |
| HSL | 46.39º | 0.92% | 0.46% | - |
| HSV(B) | 46.39º | 0.96% | 0.89% | - |
| XYZ | 47.14 | 47.63 | 7 | - |
| YUV | 172.61 | 36.23 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 10 | 0 | 0.22 | 0.96 | 0.11 | 46.39 | 0.92 | 0.46 |
| Hex | E2 | B1 | A | 0 | 16 | 60 | B | 2E | 5C | 2E |
| Octal | 342 | 261 | 12 | 0 | 26 | 140 | 13 | 56 | 134 | 56 |
| Binary | 11100010 | 10110001 | 1010 | 0 | 10110 | 1100000 | 1011 | 101110 | 1011100 | 101110 |
Color Harmonies of #E2B10A
Complementary color
Monochromatic Colors of #E2B10A
Black with #E2B10A
Text Example
Text Example
White with #E2B10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B10A; }
p { color: rgb(226,177,10); }
H1.HeaderClassName
{
color: #E2B10A;
}
.AnyTagClassName
{
color: #E2B10A;
}
</style>
background-color css
<style>
a { background-color: #E2B10A; }
a { background-color: rgb(226,177,10); }
div.DivClassName
{
background-color: #E2B10A;
}
.BgClassName
{
background-color: #E2B10A;
}
</style>
border-color css
<style>
span { border-color: #E2B10A; }
span { border-color: rgb(226,177,10); }
td.TdClassName
{
border-color: #E2B10A;
}
.TagClassName
{
border-color: #E2B10A;
}
</style>