Shades of Burnt Sienna #EC7650
Tints of Burnt Sienna #EC7650
RGB
CMYK
RGB Variations
Color information
#EC7650 (or 0xEC7650) is known color: Burnt Sienna. HEX triplet: EC, 76 and 50. RGB value is (236,118,80). Sum of RGB (Red+Green+Blue) = 236+118+80=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7650 is #1389AF. Grayscale: #959595. Windows color (decimal): -1280432 or 5273324. OLE color: 5273324.
HSL color Cylindrical-coordinate representation of color #EC7650: hue angle of 14.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC7650 is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 80 | - |
| CMYK | 0 | 0.5 | 0.66 | 0.07 |
| HSL | 14.62º | 0.8% | 0.62% | - |
| HSV(B) | 14.62º | 0.66% | 0.93% | - |
| XYZ | 42.52 | 31.37 | 11.4 | - |
| YUV | 148.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 80 | 0 | 0.5 | 0.66 | 0.07 | 14.62 | 0.8 | 0.62 |
| Hex | EC | 76 | 50 | 0 | 32 | 42 | 7 | F | 50 | 3E |
| Octal | 354 | 166 | 120 | 0 | 62 | 102 | 7 | 17 | 120 | 76 |
| Binary | 11101100 | 1110110 | 1010000 | 0 | 110010 | 1000010 | 111 | 1111 | 1010000 | 111110 |
Color Harmonies of #EC7650
Complementary color
Monochromatic Colors of #EC7650
Black with #EC7650
Text Example
Text Example
White with #EC7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7650; }
p { color: rgb(236,118,80); }
H1.HeaderClassName
{
color: #EC7650;
}
.AnyTagClassName
{
color: #EC7650;
}
</style>
background-color css
<style>
a { background-color: #EC7650; }
a { background-color: rgb(236,118,80); }
div.DivClassName
{
background-color: #EC7650;
}
.BgClassName
{
background-color: #EC7650;
}
</style>
border-color css
<style>
span { border-color: #EC7650; }
span { border-color: rgb(236,118,80); }
td.TdClassName
{
border-color: #EC7650;
}
.TagClassName
{
border-color: #EC7650;
}
</style>