Shades of Burnt Sienna #E07150
Tints of Burnt Sienna #E07150
RGB
CMYK
RGB Variations
Color information
#E07150 (or 0xE07150) is known color: Burnt Sienna. HEX triplet: E0, 71 and 50. RGB value is (224,113,80). Sum of RGB (Red+Green+Blue) = 224+113+80=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E07150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07150 is #1F8EAF. Grayscale: #8E8E8E. Windows color (decimal): -2068144 or 5272032. OLE color: 5272032.
HSL color Cylindrical-coordinate representation of color #E07150: hue angle of 13.75º 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 #E07150 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 80 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.12 |
| HSL | 13.75º | 0.7% | 0.6% | - |
| HSV(B) | 13.75º | 0.64% | 0.88% | - |
| XYZ | 38.09 | 28.24 | 11.03 | - |
| YUV | 142.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 80 | 0 | 0.50 | 0.64 | 0.12 | 13.75 | 0.7 | 0.6 |
| Hex | E0 | 71 | 50 | 0 | 32 | 40 | C | E | 46 | 3C |
| Octal | 340 | 161 | 120 | 0 | 62 | 100 | 14 | 16 | 106 | 74 |
| Binary | 11100000 | 1110001 | 1010000 | 0 | 110010 | 1000000 | 1100 | 1110 | 1000110 | 111100 |
Color Harmonies of #E07150
Complementary color
Monochromatic Colors of #E07150
Black with #E07150
Text Example
Text Example
White with #E07150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07150; }
p { color: rgb(224,113,80); }
H1.HeaderClassName
{
color: #E07150;
}
.AnyTagClassName
{
color: #E07150;
}
</style>
background-color css
<style>
a { background-color: #E07150; }
a { background-color: rgb(224,113,80); }
div.DivClassName
{
background-color: #E07150;
}
.BgClassName
{
background-color: #E07150;
}
</style>
border-color css
<style>
span { border-color: #E07150; }
span { border-color: rgb(224,113,80); }
td.TdClassName
{
border-color: #E07150;
}
.TagClassName
{
border-color: #E07150;
}
</style>