Shades of Burnt Sienna #E17352
Tints of Burnt Sienna #E17352
RGB
CMYK
RGB Variations
Color information
#E17352 (or 0xE17352) is known color: Burnt Sienna. HEX triplet: E1, 73 and 52. RGB value is (225,115,82). Sum of RGB (Red+Green+Blue) = 225+115+82=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E17352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17352 is #1E8CAD. Grayscale: #909090. Windows color (decimal): -2002094 or 5403617. OLE color: 5403617.
HSL color Cylindrical-coordinate representation of color #E17352: hue angle of 13.85º degrees, saturation: 0.7, 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 #E17352 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 82 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.12 |
| HSL | 13.85º | 0.7% | 0.6% | - |
| HSV(B) | 13.85º | 0.64% | 0.88% | - |
| XYZ | 38.71 | 28.88 | 11.52 | - |
| YUV | 144.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 82 | 0 | 0.49 | 0.64 | 0.12 | 13.85 | 0.7 | 0.6 |
| Hex | E1 | 73 | 52 | 0 | 31 | 40 | C | E | 46 | 3C |
| Octal | 341 | 163 | 122 | 0 | 61 | 100 | 14 | 16 | 106 | 74 |
| Binary | 11100001 | 1110011 | 1010010 | 0 | 110001 | 1000000 | 1100 | 1110 | 1000110 | 111100 |
Color Harmonies of #E17352
Complementary color
Monochromatic Colors of #E17352
Black with #E17352
Text Example
Text Example
White with #E17352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17352; }
p { color: rgb(225,115,82); }
H1.HeaderClassName
{
color: #E17352;
}
.AnyTagClassName
{
color: #E17352;
}
</style>
background-color css
<style>
a { background-color: #E17352; }
a { background-color: rgb(225,115,82); }
div.DivClassName
{
background-color: #E17352;
}
.BgClassName
{
background-color: #E17352;
}
</style>
border-color css
<style>
span { border-color: #E17352; }
span { border-color: rgb(225,115,82); }
td.TdClassName
{
border-color: #E17352;
}
.TagClassName
{
border-color: #E17352;
}
</style>