Shades of Burnt Sienna #EB6C50
Tints of Burnt Sienna #EB6C50
RGB
CMYK
RGB Variations
Color information
#EB6C50 (or 0xEB6C50) is known color: Burnt Sienna. HEX triplet: EB, 6C and 50. RGB value is (235,108,80). Sum of RGB (Red+Green+Blue) = 235+108+80=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C50 is #1493AF. Grayscale: #8F8F8F. Windows color (decimal): -1348528 or 5270763. OLE color: 5270763.
HSL color Cylindrical-coordinate representation of color #EB6C50: hue angle of 10.84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB6C50 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 80 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.08 |
| HSL | 10.84º | 0.79% | 0.62% | - |
| HSV(B) | 10.84º | 0.66% | 0.92% | - |
| XYZ | 41.07 | 28.97 | 11.02 | - |
| YUV | 142.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 80 | 0 | 0.54 | 0.66 | 0.08 | 10.84 | 0.79 | 0.62 |
| Hex | EB | 6C | 50 | 0 | 36 | 42 | 8 | B | 4F | 3E |
| Octal | 353 | 154 | 120 | 0 | 66 | 102 | 10 | 13 | 117 | 76 |
| Binary | 11101011 | 1101100 | 1010000 | 0 | 110110 | 1000010 | 1000 | 1011 | 1001111 | 111110 |
Color Harmonies of #EB6C50
Complementary color
Monochromatic Colors of #EB6C50
Black with #EB6C50
Text Example
Text Example
White with #EB6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C50; }
p { color: rgb(235,108,80); }
H1.HeaderClassName
{
color: #EB6C50;
}
.AnyTagClassName
{
color: #EB6C50;
}
</style>
background-color css
<style>
a { background-color: #EB6C50; }
a { background-color: rgb(235,108,80); }
div.DivClassName
{
background-color: #EB6C50;
}
.BgClassName
{
background-color: #EB6C50;
}
</style>
border-color css
<style>
span { border-color: #EB6C50; }
span { border-color: rgb(235,108,80); }
td.TdClassName
{
border-color: #EB6C50;
}
.TagClassName
{
border-color: #EB6C50;
}
</style>