Shades of Burnt Sienna #E26E51
Tints of Burnt Sienna #E26E51
RGB
CMYK
RGB Variations
Color information
#E26E51 (or 0xE26E51) is known color: Burnt Sienna. HEX triplet: E2, 6E and 51. RGB value is (226,110,81). Sum of RGB (Red+Green+Blue) = 226+110+81=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E51 is #1D91AE. Grayscale: #8D8D8D. Windows color (decimal): -1937839 or 5336802. OLE color: 5336802.
HSL color Cylindrical-coordinate representation of color #E26E51: hue angle of 12º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E26E51 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 81 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.11 |
| HSL | 12º | 0.71% | 0.6% | - |
| HSV(B) | 12º | 0.64% | 0.89% | - |
| XYZ | 38.43 | 27.91 | 11.15 | - |
| YUV | 141.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 81 | 0 | 0.51 | 0.64 | 0.11 | 12 | 0.71 | 0.6 |
| Hex | E2 | 6E | 51 | 0 | 33 | 40 | B | C | 47 | 3C |
| Octal | 342 | 156 | 121 | 0 | 63 | 100 | 13 | 14 | 107 | 74 |
| Binary | 11100010 | 1101110 | 1010001 | 0 | 110011 | 1000000 | 1011 | 1100 | 1000111 | 111100 |
Color Harmonies of #E26E51
Complementary color
Monochromatic Colors of #E26E51
Black with #E26E51
Text Example
Text Example
White with #E26E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E51; }
p { color: rgb(226,110,81); }
H1.HeaderClassName
{
color: #E26E51;
}
.AnyTagClassName
{
color: #E26E51;
}
</style>
background-color css
<style>
a { background-color: #E26E51; }
a { background-color: rgb(226,110,81); }
div.DivClassName
{
background-color: #E26E51;
}
.BgClassName
{
background-color: #E26E51;
}
</style>
border-color css
<style>
span { border-color: #E26E51; }
span { border-color: rgb(226,110,81); }
td.TdClassName
{
border-color: #E26E51;
}
.TagClassName
{
border-color: #E26E51;
}
</style>