Shades of Burnt Sienna #EB6F55
Tints of Burnt Sienna #EB6F55
RGB
CMYK
RGB Variations
Color information
#EB6F55 (or 0xEB6F55) is known color: Burnt Sienna. HEX triplet: EB, 6F and 55. RGB value is (235,111,85). Sum of RGB (Red+Green+Blue) = 235+111+85=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6F55 is #1490AA. Grayscale: #919191. Windows color (decimal): -1347755 or 5599211. OLE color: 5599211.
HSL color Cylindrical-coordinate representation of color #EB6F55: hue angle of 10.4º 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 #EB6F55 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 111 | 85 | - |
CMYK | 0 | 0.53 | 0.64 | 0.08 |
HSL | 10.4º | 0.79% | 0.63% | - |
HSV(B) | 10.4º | 0.64% | 0.92% | - |
XYZ | 41.59 | 29.69 | 12.13 | - |
YUV | 145.11 | 94.08 | 192.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 111 | 85 | 0 | 0.53 | 0.64 | 0.08 | 10.4 | 0.79 | 0.63 |
Hex | EB | 6F | 55 | 0 | 35 | 40 | 8 | A | 4F | 3F |
Octal | 353 | 157 | 125 | 0 | 65 | 100 | 10 | 12 | 117 | 77 |
Binary | 11101011 | 1101111 | 1010101 | 0 | 110101 | 1000000 | 1000 | 1010 | 1001111 | 111111 |
Color Harmonies of #EB6F55
Complementary color
Monochromatic Colors of #EB6F55
Black with #EB6F55
Text Example
Text Example
White with #EB6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6F55; }
p { color: rgb(235,111,85); }
H1.HeaderClassName
{
color: #EB6F55;
}
.AnyTagClassName
{
color: #EB6F55;
}
</style>
background-color css
<style>
a { background-color: #EB6F55; }
a { background-color: rgb(235,111,85); }
div.DivClassName
{
background-color: #EB6F55;
}
.BgClassName
{
background-color: #EB6F55;
}
</style>
border-color css
<style>
span { border-color: #EB6F55; }
span { border-color: rgb(235,111,85); }
td.TdClassName
{
border-color: #EB6F55;
}
.TagClassName
{
border-color: #EB6F55;
}
</style>