Shades of Burnt Sienna #EC765A
Tints of Burnt Sienna #EC765A
RGB
CMYK
RGB Variations
Color information
#EC765A (or 0xEC765A) is known color: Burnt Sienna. HEX triplet: EC, 76 and 5A. RGB value is (236,118,90). Sum of RGB (Red+Green+Blue) = 236+118+90=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC765A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC765A is #1389A5. Grayscale: #969696. Windows color (decimal): -1280422 or 5928684. OLE color: 5928684.
HSL color Cylindrical-coordinate representation of color #EC765A: hue angle of 11.51º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC765A is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 90 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.07 |
| HSL | 11.51º | 0.79% | 0.64% | - |
| HSV(B) | 11.51º | 0.62% | 0.93% | - |
| XYZ | 42.92 | 31.53 | 13.5 | - |
| YUV | 150.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 90 | 0 | 0.5 | 0.62 | 0.07 | 11.51 | 0.79 | 0.64 |
| Hex | EC | 76 | 5A | 0 | 32 | 3E | 7 | C | 4F | 40 |
| Octal | 354 | 166 | 132 | 0 | 62 | 76 | 7 | 14 | 117 | 100 |
| Binary | 11101100 | 1110110 | 1011010 | 0 | 110010 | 111110 | 111 | 1100 | 1001111 | 1000000 |
Color Harmonies of #EC765A
Complementary color
Monochromatic Colors of #EC765A
Black with #EC765A
Text Example
Text Example
White with #EC765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC765A; }
p { color: rgb(236,118,90); }
H1.HeaderClassName
{
color: #EC765A;
}
.AnyTagClassName
{
color: #EC765A;
}
</style>
background-color css
<style>
a { background-color: #EC765A; }
a { background-color: rgb(236,118,90); }
div.DivClassName
{
background-color: #EC765A;
}
.BgClassName
{
background-color: #EC765A;
}
</style>
border-color css
<style>
span { border-color: #EC765A; }
span { border-color: rgb(236,118,90); }
td.TdClassName
{
border-color: #EC765A;
}
.TagClassName
{
border-color: #EC765A;
}
</style>