Shades of Burnt Sienna #E48055
Tints of Burnt Sienna #E48055
RGB
CMYK
RGB Variations
Color information
#E48055 (or 0xE48055) is known color: Burnt Sienna. HEX triplet: E4, 80 and 55. RGB value is (228,128,85). Sum of RGB (Red+Green+Blue) = 228+128+85=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E48055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48055 is #1B7FAA. Grayscale: #999999. Windows color (decimal): -1802155 or 5603556. OLE color: 5603556.
HSL color Cylindrical-coordinate representation of color #E48055: hue angle of 18.04º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E48055 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 85 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.11 |
| HSL | 18.04º | 0.73% | 0.61% | - |
| HSV(B) | 18.04º | 0.63% | 0.89% | - |
| XYZ | 41.35 | 32.59 | 12.7 | - |
| YUV | 153 | 89.63 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 85 | 0 | 0.44 | 0.63 | 0.11 | 18.04 | 0.73 | 0.61 |
| Hex | E4 | 80 | 55 | 0 | 2C | 3F | B | 12 | 49 | 3D |
| Octal | 344 | 200 | 125 | 0 | 54 | 77 | 13 | 22 | 111 | 75 |
| Binary | 11100100 | 10000000 | 1010101 | 0 | 101100 | 111111 | 1011 | 10010 | 1001001 | 111101 |
Color Harmonies of #E48055
Complementary color
Monochromatic Colors of #E48055
Black with #E48055
Text Example
Text Example
White with #E48055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48055; }
p { color: rgb(228,128,85); }
H1.HeaderClassName
{
color: #E48055;
}
.AnyTagClassName
{
color: #E48055;
}
</style>
background-color css
<style>
a { background-color: #E48055; }
a { background-color: rgb(228,128,85); }
div.DivClassName
{
background-color: #E48055;
}
.BgClassName
{
background-color: #E48055;
}
</style>
border-color css
<style>
span { border-color: #E48055; }
span { border-color: rgb(228,128,85); }
td.TdClassName
{
border-color: #E48055;
}
.TagClassName
{
border-color: #E48055;
}
</style>