Shades of Burnt Sienna #EB7155
Tints of Burnt Sienna #EB7155
RGB
CMYK
RGB Variations
Color information
#EB7155 (or 0xEB7155) is known color: Burnt Sienna. HEX triplet: EB, 71 and 55. RGB value is (235,113,85). Sum of RGB (Red+Green+Blue) = 235+113+85=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7155 is #148EAA. Grayscale: #929292. Windows color (decimal): -1347243 or 5599723. OLE color: 5599723.
HSL color Cylindrical-coordinate representation of color #EB7155: hue angle of 11.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB7155 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 113 | 85 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.08 |
| HSL | 11.2º | 0.79% | 0.63% | - |
| HSV(B) | 11.2º | 0.64% | 0.92% | - |
| XYZ | 41.81 | 30.13 | 12.21 | - |
| YUV | 146.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 113 | 85 | 0 | 0.52 | 0.64 | 0.08 | 11.2 | 0.79 | 0.63 |
| Hex | EB | 71 | 55 | 0 | 34 | 40 | 8 | B | 4F | 3F |
| Octal | 353 | 161 | 125 | 0 | 64 | 100 | 10 | 13 | 117 | 77 |
| Binary | 11101011 | 1110001 | 1010101 | 0 | 110100 | 1000000 | 1000 | 1011 | 1001111 | 111111 |
Color Harmonies of #EB7155
Complementary color
Monochromatic Colors of #EB7155
Black with #EB7155
Text Example
Text Example
White with #EB7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7155; }
p { color: rgb(235,113,85); }
H1.HeaderClassName
{
color: #EB7155;
}
.AnyTagClassName
{
color: #EB7155;
}
</style>
background-color css
<style>
a { background-color: #EB7155; }
a { background-color: rgb(235,113,85); }
div.DivClassName
{
background-color: #EB7155;
}
.BgClassName
{
background-color: #EB7155;
}
</style>
border-color css
<style>
span { border-color: #EB7155; }
span { border-color: rgb(235,113,85); }
td.TdClassName
{
border-color: #EB7155;
}
.TagClassName
{
border-color: #EB7155;
}
</style>