Shades of Burnt Sienna #E96C45
Tints of Burnt Sienna #E96C45
RGB
CMYK
RGB Variations
Color information
#E96C45 (or 0xE96C45) is known color: Burnt Sienna. HEX triplet: E9, 6C and 45. RGB value is (233,108,69). Sum of RGB (Red+Green+Blue) = 233+108+69=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96C45 is #1693BA. Grayscale: #8D8D8D. Windows color (decimal): -1479611 or 4549865. OLE color: 4549865.
HSL color Cylindrical-coordinate representation of color #E96C45: hue angle of 14.27º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E96C45 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 69 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.09 |
| HSL | 14.27º | 0.79% | 0.59% | - |
| HSV(B) | 14.27º | 0.7% | 0.91% | - |
| XYZ | 40.04 | 28.48 | 9.02 | - |
| YUV | 140.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 69 | 0 | 0.54 | 0.70 | 0.09 | 14.27 | 0.79 | 0.59 |
| Hex | E9 | 6C | 45 | 0 | 36 | 46 | 9 | E | 4F | 3B |
| Octal | 351 | 154 | 105 | 0 | 66 | 106 | 11 | 16 | 117 | 73 |
| Binary | 11101001 | 1101100 | 1000101 | 0 | 110110 | 1000110 | 1001 | 1110 | 1001111 | 111011 |
Color Harmonies of #E96C45
Complementary color
Monochromatic Colors of #E96C45
Black with #E96C45
Text Example
Text Example
White with #E96C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C45; }
p { color: rgb(233,108,69); }
H1.HeaderClassName
{
color: #E96C45;
}
.AnyTagClassName
{
color: #E96C45;
}
</style>
background-color css
<style>
a { background-color: #E96C45; }
a { background-color: rgb(233,108,69); }
div.DivClassName
{
background-color: #E96C45;
}
.BgClassName
{
background-color: #E96C45;
}
</style>
border-color css
<style>
span { border-color: #E96C45; }
span { border-color: rgb(233,108,69); }
td.TdClassName
{
border-color: #E96C45;
}
.TagClassName
{
border-color: #E96C45;
}
</style>