Shades of Burnt Sienna #EB6E55
Tints of Burnt Sienna #EB6E55
RGB
CMYK
RGB Variations
Color information
#EB6E55 (or 0xEB6E55) is known color: Burnt Sienna. HEX triplet: EB, 6E and 55. RGB value is (235,110,85). Sum of RGB (Red+Green+Blue) = 235+110+85=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E55 is #1491AA. Grayscale: #909090. Windows color (decimal): -1348011 or 5598955. OLE color: 5598955.
HSL color Cylindrical-coordinate representation of color #EB6E55: hue angle of 10º 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 #EB6E55 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 85 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.08 |
| HSL | 10º | 0.79% | 0.63% | - |
| HSV(B) | 10º | 0.64% | 0.92% | - |
| XYZ | 41.48 | 29.47 | 12.1 | - |
| YUV | 144.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 85 | 0 | 0.53 | 0.64 | 0.08 | 10 | 0.79 | 0.63 |
| Hex | EB | 6E | 55 | 0 | 35 | 40 | 8 | A | 4F | 3F |
| Octal | 353 | 156 | 125 | 0 | 65 | 100 | 10 | 12 | 117 | 77 |
| Binary | 11101011 | 1101110 | 1010101 | 0 | 110101 | 1000000 | 1000 | 1010 | 1001111 | 111111 |
Color Harmonies of #EB6E55
Complementary color
Monochromatic Colors of #EB6E55
Black with #EB6E55
Text Example
Text Example
White with #EB6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E55; }
p { color: rgb(235,110,85); }
H1.HeaderClassName
{
color: #EB6E55;
}
.AnyTagClassName
{
color: #EB6E55;
}
</style>
background-color css
<style>
a { background-color: #EB6E55; }
a { background-color: rgb(235,110,85); }
div.DivClassName
{
background-color: #EB6E55;
}
.BgClassName
{
background-color: #EB6E55;
}
</style>
border-color css
<style>
span { border-color: #EB6E55; }
span { border-color: rgb(235,110,85); }
td.TdClassName
{
border-color: #EB6E55;
}
.TagClassName
{
border-color: #EB6E55;
}
</style>