Shades of Burnt Sienna #E07050
Tints of Burnt Sienna #E07050
RGB
CMYK
RGB Variations
Color information
#E07050 (or 0xE07050) is known color: Burnt Sienna. HEX triplet: E0, 70 and 50. RGB value is (224,112,80). Sum of RGB (Red+Green+Blue) = 224+112+80=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E07050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07050 is #1F8FAF. Grayscale: #8E8E8E. Windows color (decimal): -2068400 or 5271776. OLE color: 5271776.
HSL color Cylindrical-coordinate representation of color #E07050: hue angle of 13.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E07050 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 80 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.12 |
| HSL | 13.33º | 0.7% | 0.6% | - |
| HSV(B) | 13.33º | 0.64% | 0.88% | - |
| XYZ | 37.98 | 28.01 | 10.99 | - |
| YUV | 141.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 80 | 0 | 0.50 | 0.64 | 0.12 | 13.33 | 0.7 | 0.6 |
| Hex | E0 | 70 | 50 | 0 | 32 | 40 | C | D | 46 | 3C |
| Octal | 340 | 160 | 120 | 0 | 62 | 100 | 14 | 15 | 106 | 74 |
| Binary | 11100000 | 1110000 | 1010000 | 0 | 110010 | 1000000 | 1100 | 1101 | 1000110 | 111100 |
Color Harmonies of #E07050
Complementary color
Monochromatic Colors of #E07050
Black with #E07050
Text Example
Text Example
White with #E07050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07050; }
p { color: rgb(224,112,80); }
H1.HeaderClassName
{
color: #E07050;
}
.AnyTagClassName
{
color: #E07050;
}
</style>
background-color css
<style>
a { background-color: #E07050; }
a { background-color: rgb(224,112,80); }
div.DivClassName
{
background-color: #E07050;
}
.BgClassName
{
background-color: #E07050;
}
</style>
border-color css
<style>
span { border-color: #E07050; }
span { border-color: rgb(224,112,80); }
td.TdClassName
{
border-color: #E07050;
}
.TagClassName
{
border-color: #E07050;
}
</style>