Shades of Burnt Sienna #E26E52
Tints of Burnt Sienna #E26E52
RGB
CMYK
RGB Variations
Color information
#E26E52 (or 0xE26E52) is known color: Burnt Sienna. HEX triplet: E2, 6E and 52. RGB value is (226,110,82). Sum of RGB (Red+Green+Blue) = 226+110+82=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E52 is #1D91AD. Grayscale: #8D8D8D. Windows color (decimal): -1937838 or 5402338. OLE color: 5402338.
HSL color Cylindrical-coordinate representation of color #E26E52: hue angle of 11.67º 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 #E26E52 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 82 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.11 |
| HSL | 11.67º | 0.71% | 0.6% | - |
| HSV(B) | 11.67º | 0.64% | 0.89% | - |
| XYZ | 38.46 | 27.93 | 11.35 | - |
| YUV | 141.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 82 | 0 | 0.51 | 0.64 | 0.11 | 11.67 | 0.71 | 0.6 |
| Hex | E2 | 6E | 52 | 0 | 33 | 40 | B | C | 47 | 3C |
| Octal | 342 | 156 | 122 | 0 | 63 | 100 | 13 | 14 | 107 | 74 |
| Binary | 11100010 | 1101110 | 1010010 | 0 | 110011 | 1000000 | 1011 | 1100 | 1000111 | 111100 |
Color Harmonies of #E26E52
Complementary color
Monochromatic Colors of #E26E52
Black with #E26E52
Text Example
Text Example
White with #E26E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E52; }
p { color: rgb(226,110,82); }
H1.HeaderClassName
{
color: #E26E52;
}
.AnyTagClassName
{
color: #E26E52;
}
</style>
background-color css
<style>
a { background-color: #E26E52; }
a { background-color: rgb(226,110,82); }
div.DivClassName
{
background-color: #E26E52;
}
.BgClassName
{
background-color: #E26E52;
}
</style>
border-color css
<style>
span { border-color: #E26E52; }
span { border-color: rgb(226,110,82); }
td.TdClassName
{
border-color: #E26E52;
}
.TagClassName
{
border-color: #E26E52;
}
</style>