Shades of Burnt Sienna #EC764E
Tints of Burnt Sienna #EC764E
RGB
CMYK
RGB Variations
Color information
#EC764E (or 0xEC764E) is known color: Burnt Sienna. HEX triplet: EC, 76 and 4E. RGB value is (236,118,78). Sum of RGB (Red+Green+Blue) = 236+118+78=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC764E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC764E is #1389B1. Grayscale: #959595. Windows color (decimal): -1280434 or 5142252. OLE color: 5142252.
HSL color Cylindrical-coordinate representation of color #EC764E: hue angle of 15.19º 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 #EC764E is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 78 | - |
| CMYK | 0 | 0.5 | 0.67 | 0.07 |
| HSL | 15.19º | 0.81% | 0.62% | - |
| HSV(B) | 15.19º | 0.67% | 0.93% | - |
| XYZ | 42.45 | 31.34 | 11.02 | - |
| YUV | 148.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 78 | 0 | 0.5 | 0.67 | 0.07 | 15.19 | 0.81 | 0.62 |
| Hex | EC | 76 | 4E | 0 | 32 | 43 | 7 | F | 51 | 3E |
| Octal | 354 | 166 | 116 | 0 | 62 | 103 | 7 | 17 | 121 | 76 |
| Binary | 11101100 | 1110110 | 1001110 | 0 | 110010 | 1000011 | 111 | 1111 | 1010001 | 111110 |
Color Harmonies of #EC764E
Complementary color
Monochromatic Colors of #EC764E
Black with #EC764E
Text Example
Text Example
White with #EC764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC764E; }
p { color: rgb(236,118,78); }
H1.HeaderClassName
{
color: #EC764E;
}
.AnyTagClassName
{
color: #EC764E;
}
</style>
background-color css
<style>
a { background-color: #EC764E; }
a { background-color: rgb(236,118,78); }
div.DivClassName
{
background-color: #EC764E;
}
.BgClassName
{
background-color: #EC764E;
}
</style>
border-color css
<style>
span { border-color: #EC764E; }
span { border-color: rgb(236,118,78); }
td.TdClassName
{
border-color: #EC764E;
}
.TagClassName
{
border-color: #EC764E;
}
</style>