Shades of Burnt Sienna #E16E50
Tints of Burnt Sienna #E16E50
RGB
CMYK
RGB Variations
Color information
#E16E50 (or 0xE16E50) is known color: Burnt Sienna. HEX triplet: E1, 6E and 50. RGB value is (225,110,80). Sum of RGB (Red+Green+Blue) = 225+110+80=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E50 is #1E91AF. Grayscale: #8D8D8D. Windows color (decimal): -2003376 or 5271265. OLE color: 5271265.
HSL color Cylindrical-coordinate representation of color #E16E50: hue angle of 12.41º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E16E50 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 80 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.12 |
| HSL | 12.41º | 0.71% | 0.6% | - |
| HSV(B) | 12.41º | 0.64% | 0.88% | - |
| XYZ | 38.08 | 27.74 | 10.94 | - |
| YUV | 140.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 80 | 0 | 0.51 | 0.64 | 0.12 | 12.41 | 0.71 | 0.6 |
| Hex | E1 | 6E | 50 | 0 | 33 | 40 | C | C | 47 | 3C |
| Octal | 341 | 156 | 120 | 0 | 63 | 100 | 14 | 14 | 107 | 74 |
| Binary | 11100001 | 1101110 | 1010000 | 0 | 110011 | 1000000 | 1100 | 1100 | 1000111 | 111100 |
Color Harmonies of #E16E50
Complementary color
Monochromatic Colors of #E16E50
Black with #E16E50
Text Example
Text Example
White with #E16E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E50; }
p { color: rgb(225,110,80); }
H1.HeaderClassName
{
color: #E16E50;
}
.AnyTagClassName
{
color: #E16E50;
}
</style>
background-color css
<style>
a { background-color: #E16E50; }
a { background-color: rgb(225,110,80); }
div.DivClassName
{
background-color: #E16E50;
}
.BgClassName
{
background-color: #E16E50;
}
</style>
border-color css
<style>
span { border-color: #E16E50; }
span { border-color: rgb(225,110,80); }
td.TdClassName
{
border-color: #E16E50;
}
.TagClassName
{
border-color: #E16E50;
}
</style>