Shades of Sunflower #E2B10D
Tints of Sunflower #E2B10D
RGB
CMYK
RGB Variations
Color information
#E2B10D (or 0xE2B10D) is known color: Sunflower. HEX triplet: E2, B1 and 0D. RGB value is (226,177,13). Sum of RGB (Red+Green+Blue) = 226+177+13=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B10D is #1D4EF2. Grayscale: #ADADAD. Windows color (decimal): -1920755 or 897506. OLE color: 897506.
HSL color Cylindrical-coordinate representation of color #E2B10D: hue angle of 46.2º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2B10D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.11 |
| HSL | 46.2º | 0.89% | 0.47% | - |
| HSV(B) | 46.2º | 0.94% | 0.89% | - |
| XYZ | 47.16 | 47.64 | 7.09 | - |
| YUV | 172.96 | 37.73 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 13 | 0 | 0.22 | 0.94 | 0.11 | 46.2 | 0.89 | 0.47 |
| Hex | E2 | B1 | D | 0 | 16 | 5E | B | 2E | 59 | 2F |
| Octal | 342 | 261 | 15 | 0 | 26 | 136 | 13 | 56 | 131 | 57 |
| Binary | 11100010 | 10110001 | 1101 | 0 | 10110 | 1011110 | 1011 | 101110 | 1011001 | 101111 |
Color Harmonies of #E2B10D
Complementary color
Monochromatic Colors of #E2B10D
Black with #E2B10D
Text Example
Text Example
White with #E2B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B10D; }
p { color: rgb(226,177,13); }
H1.HeaderClassName
{
color: #E2B10D;
}
.AnyTagClassName
{
color: #E2B10D;
}
</style>
background-color css
<style>
a { background-color: #E2B10D; }
a { background-color: rgb(226,177,13); }
div.DivClassName
{
background-color: #E2B10D;
}
.BgClassName
{
background-color: #E2B10D;
}
</style>
border-color css
<style>
span { border-color: #E2B10D; }
span { border-color: rgb(226,177,13); }
td.TdClassName
{
border-color: #E2B10D;
}
.TagClassName
{
border-color: #E2B10D;
}
</style>