Shades of Burnt Sienna #E07A56
Tints of Burnt Sienna #E07A56
RGB
CMYK
RGB Variations
Color information
#E07A56 (or 0xE07A56) is known color: Burnt Sienna. HEX triplet: E0, 7A and 56. RGB value is (224,122,86). Sum of RGB (Red+Green+Blue) = 224+122+86=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A56 is #1F85A9. Grayscale: #949494. Windows color (decimal): -2065834 or 5667552. OLE color: 5667552.
HSL color Cylindrical-coordinate representation of color #E07A56: hue angle of 15.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E07A56 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 86 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.12 |
| HSL | 15.65º | 0.69% | 0.61% | - |
| HSV(B) | 15.65º | 0.62% | 0.88% | - |
| XYZ | 39.38 | 30.44 | 12.6 | - |
| YUV | 148.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 86 | 0 | 0.46 | 0.62 | 0.12 | 15.65 | 0.69 | 0.61 |
| Hex | E0 | 7A | 56 | 0 | 2E | 3E | C | 10 | 45 | 3D |
| Octal | 340 | 172 | 126 | 0 | 56 | 76 | 14 | 20 | 105 | 75 |
| Binary | 11100000 | 1111010 | 1010110 | 0 | 101110 | 111110 | 1100 | 10000 | 1000101 | 111101 |
Color Harmonies of #E07A56
Complementary color
Monochromatic Colors of #E07A56
Black with #E07A56
Text Example
Text Example
White with #E07A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A56; }
p { color: rgb(224,122,86); }
H1.HeaderClassName
{
color: #E07A56;
}
.AnyTagClassName
{
color: #E07A56;
}
</style>
background-color css
<style>
a { background-color: #E07A56; }
a { background-color: rgb(224,122,86); }
div.DivClassName
{
background-color: #E07A56;
}
.BgClassName
{
background-color: #E07A56;
}
</style>
border-color css
<style>
span { border-color: #E07A56; }
span { border-color: rgb(224,122,86); }
td.TdClassName
{
border-color: #E07A56;
}
.TagClassName
{
border-color: #E07A56;
}
</style>