Shades of Burnt Sienna #EC7058
Tints of Burnt Sienna #EC7058
RGB
CMYK
RGB Variations
Color information
#EC7058 (or 0xEC7058) is known color: Burnt Sienna. HEX triplet: EC, 70 and 58. RGB value is (236,112,88). Sum of RGB (Red+Green+Blue) = 236+112+88=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7058 is #138FA7. Grayscale: #929292. Windows color (decimal): -1281960 or 5796076. OLE color: 5796076.
HSL color Cylindrical-coordinate representation of color #EC7058: hue angle of 9.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC7058 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 88 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.07 |
| HSL | 9.73º | 0.8% | 0.64% | - |
| HSV(B) | 9.73º | 0.63% | 0.93% | - |
| XYZ | 42.15 | 30.13 | 12.83 | - |
| YUV | 146.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 88 | 0 | 0.53 | 0.63 | 0.07 | 9.73 | 0.8 | 0.64 |
| Hex | EC | 70 | 58 | 0 | 35 | 3F | 7 | A | 50 | 40 |
| Octal | 354 | 160 | 130 | 0 | 65 | 77 | 7 | 12 | 120 | 100 |
| Binary | 11101100 | 1110000 | 1011000 | 0 | 110101 | 111111 | 111 | 1010 | 1010000 | 1000000 |
Color Harmonies of #EC7058
Complementary color
Monochromatic Colors of #EC7058
Black with #EC7058
Text Example
Text Example
White with #EC7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7058; }
p { color: rgb(236,112,88); }
H1.HeaderClassName
{
color: #EC7058;
}
.AnyTagClassName
{
color: #EC7058;
}
</style>
background-color css
<style>
a { background-color: #EC7058; }
a { background-color: rgb(236,112,88); }
div.DivClassName
{
background-color: #EC7058;
}
.BgClassName
{
background-color: #EC7058;
}
</style>
border-color css
<style>
span { border-color: #EC7058; }
span { border-color: rgb(236,112,88); }
td.TdClassName
{
border-color: #EC7058;
}
.TagClassName
{
border-color: #EC7058;
}
</style>