Shades of Burnt Sienna #E07250
Tints of Burnt Sienna #E07250
RGB
CMYK
RGB Variations
Color information
#E07250 (or 0xE07250) is known color: Burnt Sienna. HEX triplet: E0, 72 and 50. RGB value is (224,114,80). Sum of RGB (Red+Green+Blue) = 224+114+80=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E07250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07250 is #1F8DAF. Grayscale: #8F8F8F. Windows color (decimal): -2067888 or 5272288. OLE color: 5272288.
HSL color Cylindrical-coordinate representation of color #E07250: hue angle of 14.17º 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 #E07250 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 80 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.12 |
| HSL | 14.17º | 0.7% | 0.6% | - |
| HSV(B) | 14.17º | 0.64% | 0.88% | - |
| XYZ | 38.21 | 28.46 | 11.07 | - |
| YUV | 143.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 80 | 0 | 0.49 | 0.64 | 0.12 | 14.17 | 0.7 | 0.6 |
| Hex | E0 | 72 | 50 | 0 | 31 | 40 | C | E | 46 | 3C |
| Octal | 340 | 162 | 120 | 0 | 61 | 100 | 14 | 16 | 106 | 74 |
| Binary | 11100000 | 1110010 | 1010000 | 0 | 110001 | 1000000 | 1100 | 1110 | 1000110 | 111100 |
Color Harmonies of #E07250
Complementary color
Monochromatic Colors of #E07250
Black with #E07250
Text Example
Text Example
White with #E07250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07250; }
p { color: rgb(224,114,80); }
H1.HeaderClassName
{
color: #E07250;
}
.AnyTagClassName
{
color: #E07250;
}
</style>
background-color css
<style>
a { background-color: #E07250; }
a { background-color: rgb(224,114,80); }
div.DivClassName
{
background-color: #E07250;
}
.BgClassName
{
background-color: #E07250;
}
</style>
border-color css
<style>
span { border-color: #E07250; }
span { border-color: rgb(224,114,80); }
td.TdClassName
{
border-color: #E07250;
}
.TagClassName
{
border-color: #E07250;
}
</style>