Shades of Burnt Sienna #EC7A58
Tints of Burnt Sienna #EC7A58
RGB
CMYK
RGB Variations
Color information
#EC7A58 (or 0xEC7A58) is known color: Burnt Sienna. HEX triplet: EC, 7A and 58. RGB value is (236,122,88). Sum of RGB (Red+Green+Blue) = 236+122+88=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A58 is #1385A7. Grayscale: #989898. Windows color (decimal): -1279400 or 5798636. OLE color: 5798636.
HSL color Cylindrical-coordinate representation of color #EC7A58: hue angle of 13.78º 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 #EC7A58 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 88 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.07 |
| HSL | 13.78º | 0.8% | 0.64% | - |
| HSV(B) | 13.78º | 0.63% | 0.93% | - |
| XYZ | 43.31 | 32.46 | 13.21 | - |
| YUV | 152.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 88 | 0 | 0.48 | 0.63 | 0.07 | 13.78 | 0.8 | 0.64 |
| Hex | EC | 7A | 58 | 0 | 30 | 3F | 7 | E | 50 | 40 |
| Octal | 354 | 172 | 130 | 0 | 60 | 77 | 7 | 16 | 120 | 100 |
| Binary | 11101100 | 1111010 | 1011000 | 0 | 110000 | 111111 | 111 | 1110 | 1010000 | 1000000 |
Color Harmonies of #EC7A58
Complementary color
Monochromatic Colors of #EC7A58
Black with #EC7A58
Text Example
Text Example
White with #EC7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A58; }
p { color: rgb(236,122,88); }
H1.HeaderClassName
{
color: #EC7A58;
}
.AnyTagClassName
{
color: #EC7A58;
}
</style>
background-color css
<style>
a { background-color: #EC7A58; }
a { background-color: rgb(236,122,88); }
div.DivClassName
{
background-color: #EC7A58;
}
.BgClassName
{
background-color: #EC7A58;
}
</style>
border-color css
<style>
span { border-color: #EC7A58; }
span { border-color: rgb(236,122,88); }
td.TdClassName
{
border-color: #EC7A58;
}
.TagClassName
{
border-color: #EC7A58;
}
</style>