Shades of Burnt Sienna #EC7A4E
Tints of Burnt Sienna #EC7A4E
RGB
CMYK
RGB Variations
Color information
#EC7A4E (or 0xEC7A4E) is known color: Burnt Sienna. HEX triplet: EC, 7A and 4E. RGB value is (236,122,78). Sum of RGB (Red+Green+Blue) = 236+122+78=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A4E is #1385B1. Grayscale: #979797. Windows color (decimal): -1279410 or 5143276. OLE color: 5143276.
HSL color Cylindrical-coordinate representation of color #EC7A4E: hue angle of 16.71º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC7A4E is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 78 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.07 |
| HSL | 16.71º | 0.81% | 0.62% | - |
| HSV(B) | 16.71º | 0.67% | 0.93% | - |
| XYZ | 42.93 | 32.3 | 11.18 | - |
| YUV | 151.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 78 | 0 | 0.48 | 0.67 | 0.07 | 16.71 | 0.81 | 0.62 |
| Hex | EC | 7A | 4E | 0 | 30 | 43 | 7 | 11 | 51 | 3E |
| Octal | 354 | 172 | 116 | 0 | 60 | 103 | 7 | 21 | 121 | 76 |
| Binary | 11101100 | 1111010 | 1001110 | 0 | 110000 | 1000011 | 111 | 10001 | 1010001 | 111110 |
Color Harmonies of #EC7A4E
Complementary color
Monochromatic Colors of #EC7A4E
Black with #EC7A4E
Text Example
Text Example
White with #EC7A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A4E; }
p { color: rgb(236,122,78); }
H1.HeaderClassName
{
color: #EC7A4E;
}
.AnyTagClassName
{
color: #EC7A4E;
}
</style>
background-color css
<style>
a { background-color: #EC7A4E; }
a { background-color: rgb(236,122,78); }
div.DivClassName
{
background-color: #EC7A4E;
}
.BgClassName
{
background-color: #EC7A4E;
}
</style>
border-color css
<style>
span { border-color: #EC7A4E; }
span { border-color: rgb(236,122,78); }
td.TdClassName
{
border-color: #EC7A4E;
}
.TagClassName
{
border-color: #EC7A4E;
}
</style>