Shades of Burnt Sienna #EC764D
Tints of Burnt Sienna #EC764D
RGB
CMYK
RGB Variations
Color information
#EC764D (or 0xEC764D) is known color: Burnt Sienna. HEX triplet: EC, 76 and 4D. RGB value is (236,118,77). Sum of RGB (Red+Green+Blue) = 236+118+77=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC764D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC764D is #1389B2. Grayscale: #949494. Windows color (decimal): -1280435 or 5076716. OLE color: 5076716.
HSL color Cylindrical-coordinate representation of color #EC764D: hue angle of 15.47º 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 #EC764D is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 77 | - |
| CMYK | 0 | 0.5 | 0.67 | 0.07 |
| HSL | 15.47º | 0.81% | 0.61% | - |
| HSV(B) | 15.47º | 0.67% | 0.93% | - |
| XYZ | 42.41 | 31.33 | 10.83 | - |
| YUV | 148.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 77 | 0 | 0.5 | 0.67 | 0.07 | 15.47 | 0.81 | 0.61 |
| Hex | EC | 76 | 4D | 0 | 32 | 43 | 7 | F | 51 | 3D |
| Octal | 354 | 166 | 115 | 0 | 62 | 103 | 7 | 17 | 121 | 75 |
| Binary | 11101100 | 1110110 | 1001101 | 0 | 110010 | 1000011 | 111 | 1111 | 1010001 | 111101 |
Color Harmonies of #EC764D
Complementary color
Monochromatic Colors of #EC764D
Black with #EC764D
Text Example
Text Example
White with #EC764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC764D; }
p { color: rgb(236,118,77); }
H1.HeaderClassName
{
color: #EC764D;
}
.AnyTagClassName
{
color: #EC764D;
}
</style>
background-color css
<style>
a { background-color: #EC764D; }
a { background-color: rgb(236,118,77); }
div.DivClassName
{
background-color: #EC764D;
}
.BgClassName
{
background-color: #EC764D;
}
</style>
border-color css
<style>
span { border-color: #EC764D; }
span { border-color: rgb(236,118,77); }
td.TdClassName
{
border-color: #EC764D;
}
.TagClassName
{
border-color: #EC764D;
}
</style>