Shades of Burnt Sienna #E06E50
Tints of Burnt Sienna #E06E50
RGB
CMYK
RGB Variations
Color information
#E06E50 (or 0xE06E50) is known color: Burnt Sienna. HEX triplet: E0, 6E and 50. RGB value is (224,110,80). Sum of RGB (Red+Green+Blue) = 224+110+80=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E50 is #1F91AF. Grayscale: #8C8C8C. Windows color (decimal): -2068912 or 5271264. OLE color: 5271264.
HSL color Cylindrical-coordinate representation of color #E06E50: hue angle of 12.5º 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 #E06E50 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 80 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.12 |
| HSL | 12.5º | 0.7% | 0.6% | - |
| HSV(B) | 12.5º | 0.64% | 0.88% | - |
| XYZ | 37.76 | 27.58 | 10.92 | - |
| YUV | 140.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 80 | 0 | 0.51 | 0.64 | 0.12 | 12.5 | 0.7 | 0.6 |
| Hex | E0 | 6E | 50 | 0 | 33 | 40 | C | C | 46 | 3C |
| Octal | 340 | 156 | 120 | 0 | 63 | 100 | 14 | 14 | 106 | 74 |
| Binary | 11100000 | 1101110 | 1010000 | 0 | 110011 | 1000000 | 1100 | 1100 | 1000110 | 111100 |
Color Harmonies of #E06E50
Complementary color
Monochromatic Colors of #E06E50
Black with #E06E50
Text Example
Text Example
White with #E06E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E50; }
p { color: rgb(224,110,80); }
H1.HeaderClassName
{
color: #E06E50;
}
.AnyTagClassName
{
color: #E06E50;
}
</style>
background-color css
<style>
a { background-color: #E06E50; }
a { background-color: rgb(224,110,80); }
div.DivClassName
{
background-color: #E06E50;
}
.BgClassName
{
background-color: #E06E50;
}
</style>
border-color css
<style>
span { border-color: #E06E50; }
span { border-color: rgb(224,110,80); }
td.TdClassName
{
border-color: #E06E50;
}
.TagClassName
{
border-color: #E06E50;
}
</style>