Shades of Burnt Sienna #E77255
Tints of Burnt Sienna #E77255
RGB
CMYK
RGB Variations
Color information
#E77255 (or 0xE77255) is known color: Burnt Sienna. HEX triplet: E7, 72 and 55. RGB value is (231,114,85). Sum of RGB (Red+Green+Blue) = 231+114+85=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E77255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77255 is #188DAA. Grayscale: #919191. Windows color (decimal): -1609131 or 5599975. OLE color: 5599975.
HSL color Cylindrical-coordinate representation of color #E77255: hue angle of 11.92º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E77255 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 85 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.09 |
| HSL | 11.92º | 0.75% | 0.62% | - |
| HSV(B) | 11.92º | 0.63% | 0.91% | - |
| XYZ | 40.61 | 29.68 | 12.18 | - |
| YUV | 145.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 85 | 0 | 0.51 | 0.63 | 0.09 | 11.92 | 0.75 | 0.62 |
| Hex | E7 | 72 | 55 | 0 | 33 | 3F | 9 | C | 4B | 3E |
| Octal | 347 | 162 | 125 | 0 | 63 | 77 | 11 | 14 | 113 | 76 |
| Binary | 11100111 | 1110010 | 1010101 | 0 | 110011 | 111111 | 1001 | 1100 | 1001011 | 111110 |
Color Harmonies of #E77255
Complementary color
Monochromatic Colors of #E77255
Black with #E77255
Text Example
Text Example
White with #E77255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77255; }
p { color: rgb(231,114,85); }
H1.HeaderClassName
{
color: #E77255;
}
.AnyTagClassName
{
color: #E77255;
}
</style>
background-color css
<style>
a { background-color: #E77255; }
a { background-color: rgb(231,114,85); }
div.DivClassName
{
background-color: #E77255;
}
.BgClassName
{
background-color: #E77255;
}
</style>
border-color css
<style>
span { border-color: #E77255; }
span { border-color: rgb(231,114,85); }
td.TdClassName
{
border-color: #E77255;
}
.TagClassName
{
border-color: #E77255;
}
</style>