Shades of Burnt Sienna #EB7255
Tints of Burnt Sienna #EB7255
RGB
CMYK
RGB Variations
Color information
#EB7255 (or 0xEB7255) is known color: Burnt Sienna. HEX triplet: EB, 72 and 55. RGB value is (235,114,85). Sum of RGB (Red+Green+Blue) = 235+114+85=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7255 is #148DAA. Grayscale: #939393. Windows color (decimal): -1346987 or 5599979. OLE color: 5599979.
HSL color Cylindrical-coordinate representation of color #EB7255: hue angle of 11.6º 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 #EB7255 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 114 | 85 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.08 |
| HSL | 11.6º | 0.79% | 0.63% | - |
| HSV(B) | 11.6º | 0.64% | 0.92% | - |
| XYZ | 41.92 | 30.35 | 12.24 | - |
| YUV | 146.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 114 | 85 | 0 | 0.51 | 0.64 | 0.08 | 11.6 | 0.79 | 0.63 |
| Hex | EB | 72 | 55 | 0 | 33 | 40 | 8 | C | 4F | 3F |
| Octal | 353 | 162 | 125 | 0 | 63 | 100 | 10 | 14 | 117 | 77 |
| Binary | 11101011 | 1110010 | 1010101 | 0 | 110011 | 1000000 | 1000 | 1100 | 1001111 | 111111 |
Color Harmonies of #EB7255
Complementary color
Monochromatic Colors of #EB7255
Black with #EB7255
Text Example
Text Example
White with #EB7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7255; }
p { color: rgb(235,114,85); }
H1.HeaderClassName
{
color: #EB7255;
}
.AnyTagClassName
{
color: #EB7255;
}
</style>
background-color css
<style>
a { background-color: #EB7255; }
a { background-color: rgb(235,114,85); }
div.DivClassName
{
background-color: #EB7255;
}
.BgClassName
{
background-color: #EB7255;
}
</style>
border-color css
<style>
span { border-color: #EB7255; }
span { border-color: rgb(235,114,85); }
td.TdClassName
{
border-color: #EB7255;
}
.TagClassName
{
border-color: #EB7255;
}
</style>