Shades of Burnt Sienna #EC7A50
Tints of Burnt Sienna #EC7A50
RGB
CMYK
RGB Variations
Color information
#EC7A50 (or 0xEC7A50) is known color: Burnt Sienna. HEX triplet: EC, 7A and 50. RGB value is (236,122,80). Sum of RGB (Red+Green+Blue) = 236+122+80=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A50 is #1385AF. Grayscale: #979797. Windows color (decimal): -1279408 or 5274348. OLE color: 5274348.
HSL color Cylindrical-coordinate representation of color #EC7A50: hue angle of 16.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC7A50 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 80 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.07 |
| HSL | 16.15º | 0.8% | 0.62% | - |
| HSV(B) | 16.15º | 0.66% | 0.93% | - |
| XYZ | 43 | 32.33 | 11.56 | - |
| YUV | 151.3 | 87.77 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 80 | 0 | 0.48 | 0.66 | 0.07 | 16.15 | 0.8 | 0.62 |
| Hex | EC | 7A | 50 | 0 | 30 | 42 | 7 | 10 | 50 | 3E |
| Octal | 354 | 172 | 120 | 0 | 60 | 102 | 7 | 20 | 120 | 76 |
| Binary | 11101100 | 1111010 | 1010000 | 0 | 110000 | 1000010 | 111 | 10000 | 1010000 | 111110 |
Color Harmonies of #EC7A50
Complementary color
Monochromatic Colors of #EC7A50
Black with #EC7A50
Text Example
Text Example
White with #EC7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A50; }
p { color: rgb(236,122,80); }
H1.HeaderClassName
{
color: #EC7A50;
}
.AnyTagClassName
{
color: #EC7A50;
}
</style>
background-color css
<style>
a { background-color: #EC7A50; }
a { background-color: rgb(236,122,80); }
div.DivClassName
{
background-color: #EC7A50;
}
.BgClassName
{
background-color: #EC7A50;
}
</style>
border-color css
<style>
span { border-color: #EC7A50; }
span { border-color: rgb(236,122,80); }
td.TdClassName
{
border-color: #EC7A50;
}
.TagClassName
{
border-color: #EC7A50;
}
</style>