Shades of Burnt Sienna #E86B50
Tints of Burnt Sienna #E86B50
RGB
CMYK
RGB Variations
Color information
#E86B50 (or 0xE86B50) is known color: Burnt Sienna. HEX triplet: E8, 6B and 50. RGB value is (232,107,80). Sum of RGB (Red+Green+Blue) = 232+107+80=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86B50 is #1794AF. Grayscale: #8D8D8D. Windows color (decimal): -1545392 or 5270504. OLE color: 5270504.
HSL color Cylindrical-coordinate representation of color #E86B50: hue angle of 10.66º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E86B50 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 80 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.09 |
| HSL | 10.66º | 0.77% | 0.61% | - |
| HSV(B) | 10.66º | 0.66% | 0.91% | - |
| XYZ | 39.98 | 28.25 | 10.93 | - |
| YUV | 141.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 80 | 0 | 0.54 | 0.66 | 0.09 | 10.66 | 0.77 | 0.61 |
| Hex | E8 | 6B | 50 | 0 | 36 | 42 | 9 | B | 4D | 3D |
| Octal | 350 | 153 | 120 | 0 | 66 | 102 | 11 | 13 | 115 | 75 |
| Binary | 11101000 | 1101011 | 1010000 | 0 | 110110 | 1000010 | 1001 | 1011 | 1001101 | 111101 |
Color Harmonies of #E86B50
Complementary color
Monochromatic Colors of #E86B50
Black with #E86B50
Text Example
Text Example
White with #E86B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86B50; }
p { color: rgb(232,107,80); }
H1.HeaderClassName
{
color: #E86B50;
}
.AnyTagClassName
{
color: #E86B50;
}
</style>
background-color css
<style>
a { background-color: #E86B50; }
a { background-color: rgb(232,107,80); }
div.DivClassName
{
background-color: #E86B50;
}
.BgClassName
{
background-color: #E86B50;
}
</style>
border-color css
<style>
span { border-color: #E86B50; }
span { border-color: rgb(232,107,80); }
td.TdClassName
{
border-color: #E86B50;
}
.TagClassName
{
border-color: #E86B50;
}
</style>