Shades of Burnt Sienna #EC7C4D
Tints of Burnt Sienna #EC7C4D
RGB
CMYK
RGB Variations
Color information
#EC7C4D (or 0xEC7C4D) is known color: Burnt Sienna. HEX triplet: EC, 7C and 4D. RGB value is (236,124,77). Sum of RGB (Red+Green+Blue) = 236+124+77=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7C4D is #1383B2. Grayscale: #989898. Windows color (decimal): -1278899 or 5078252. OLE color: 5078252.
HSL color Cylindrical-coordinate representation of color #EC7C4D: hue angle of 17.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC7C4D is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 77 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.07 |
| HSL | 17.74º | 0.81% | 0.61% | - |
| HSV(B) | 17.74º | 0.67% | 0.93% | - |
| XYZ | 43.14 | 32.78 | 11.08 | - |
| YUV | 152.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 77 | 0 | 0.47 | 0.67 | 0.07 | 17.74 | 0.81 | 0.61 |
| Hex | EC | 7C | 4D | 0 | 2F | 43 | 7 | 12 | 51 | 3D |
| Octal | 354 | 174 | 115 | 0 | 57 | 103 | 7 | 22 | 121 | 75 |
| Binary | 11101100 | 1111100 | 1001101 | 0 | 101111 | 1000011 | 111 | 10010 | 1010001 | 111101 |
Color Harmonies of #EC7C4D
Complementary color
Monochromatic Colors of #EC7C4D
Black with #EC7C4D
Text Example
Text Example
White with #EC7C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C4D; }
p { color: rgb(236,124,77); }
H1.HeaderClassName
{
color: #EC7C4D;
}
.AnyTagClassName
{
color: #EC7C4D;
}
</style>
background-color css
<style>
a { background-color: #EC7C4D; }
a { background-color: rgb(236,124,77); }
div.DivClassName
{
background-color: #EC7C4D;
}
.BgClassName
{
background-color: #EC7C4D;
}
</style>
border-color css
<style>
span { border-color: #EC7C4D; }
span { border-color: rgb(236,124,77); }
td.TdClassName
{
border-color: #EC7C4D;
}
.TagClassName
{
border-color: #EC7C4D;
}
</style>