Shades of Burnt Sienna #E96C53
Tints of Burnt Sienna #E96C53
RGB
CMYK
RGB Variations
Color information
#E96C53 (or 0xE96C53) is known color: Burnt Sienna. HEX triplet: E9, 6C and 53. RGB value is (233,108,83). Sum of RGB (Red+Green+Blue) = 233+108+83=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C53 is #1693AC. Grayscale: #8E8E8E. Windows color (decimal): -1479597 or 5467369. OLE color: 5467369.
HSL color Cylindrical-coordinate representation of color #E96C53: hue angle of 10º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E96C53 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 83 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.09 |
| HSL | 10º | 0.77% | 0.62% | - |
| HSV(B) | 10º | 0.64% | 0.91% | - |
| XYZ | 40.53 | 28.67 | 11.58 | - |
| YUV | 142.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 83 | 0 | 0.54 | 0.64 | 0.09 | 10 | 0.77 | 0.62 |
| Hex | E9 | 6C | 53 | 0 | 36 | 40 | 9 | A | 4D | 3E |
| Octal | 351 | 154 | 123 | 0 | 66 | 100 | 11 | 12 | 115 | 76 |
| Binary | 11101001 | 1101100 | 1010011 | 0 | 110110 | 1000000 | 1001 | 1010 | 1001101 | 111110 |
Color Harmonies of #E96C53
Complementary color
Monochromatic Colors of #E96C53
Black with #E96C53
Text Example
Text Example
White with #E96C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C53; }
p { color: rgb(233,108,83); }
H1.HeaderClassName
{
color: #E96C53;
}
.AnyTagClassName
{
color: #E96C53;
}
</style>
background-color css
<style>
a { background-color: #E96C53; }
a { background-color: rgb(233,108,83); }
div.DivClassName
{
background-color: #E96C53;
}
.BgClassName
{
background-color: #E96C53;
}
</style>
border-color css
<style>
span { border-color: #E96C53; }
span { border-color: rgb(233,108,83); }
td.TdClassName
{
border-color: #E96C53;
}
.TagClassName
{
border-color: #E96C53;
}
</style>