Shades of Burnt Sienna #E07950
Tints of Burnt Sienna #E07950
RGB
CMYK
RGB Variations
Color information
#E07950 (or 0xE07950) is known color: Burnt Sienna. HEX triplet: E0, 79 and 50. RGB value is (224,121,80). Sum of RGB (Red+Green+Blue) = 224+121+80=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E07950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07950 is #1F86AF. Grayscale: #939393. Windows color (decimal): -2066096 or 5274080. OLE color: 5274080.
HSL color Cylindrical-coordinate representation of color #E07950: hue angle of 17.08º 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 #E07950 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 80 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.12 |
| HSL | 17.08º | 0.7% | 0.6% | - |
| HSV(B) | 17.08º | 0.64% | 0.88% | - |
| XYZ | 39.03 | 30.1 | 11.34 | - |
| YUV | 147.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 80 | 0 | 0.46 | 0.64 | 0.12 | 17.08 | 0.7 | 0.6 |
| Hex | E0 | 79 | 50 | 0 | 2E | 40 | C | 11 | 46 | 3C |
| Octal | 340 | 171 | 120 | 0 | 56 | 100 | 14 | 21 | 106 | 74 |
| Binary | 11100000 | 1111001 | 1010000 | 0 | 101110 | 1000000 | 1100 | 10001 | 1000110 | 111100 |
Color Harmonies of #E07950
Complementary color
Monochromatic Colors of #E07950
Black with #E07950
Text Example
Text Example
White with #E07950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07950; }
p { color: rgb(224,121,80); }
H1.HeaderClassName
{
color: #E07950;
}
.AnyTagClassName
{
color: #E07950;
}
</style>
background-color css
<style>
a { background-color: #E07950; }
a { background-color: rgb(224,121,80); }
div.DivClassName
{
background-color: #E07950;
}
.BgClassName
{
background-color: #E07950;
}
</style>
border-color css
<style>
span { border-color: #E07950; }
span { border-color: rgb(224,121,80); }
td.TdClassName
{
border-color: #E07950;
}
.TagClassName
{
border-color: #E07950;
}
</style>