Shades of Burnt Sienna #EC7B50
Tints of Burnt Sienna #EC7B50
RGB
CMYK
RGB Variations
Color information
#EC7B50 (or 0xEC7B50) is known color: Burnt Sienna. HEX triplet: EC, 7B and 50. RGB value is (236,123,80). Sum of RGB (Red+Green+Blue) = 236+123+80=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B50 is #1384AF. Grayscale: #989898. Windows color (decimal): -1279152 or 5274604. OLE color: 5274604.
HSL color Cylindrical-coordinate representation of color #EC7B50: hue angle of 16.54º 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 #EC7B50 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 80 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.07 |
| HSL | 16.54º | 0.8% | 0.62% | - |
| HSV(B) | 16.54º | 0.66% | 0.93% | - |
| XYZ | 43.12 | 32.58 | 11.6 | - |
| YUV | 151.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 80 | 0 | 0.48 | 0.66 | 0.07 | 16.54 | 0.8 | 0.62 |
| Hex | EC | 7B | 50 | 0 | 30 | 42 | 7 | 11 | 50 | 3E |
| Octal | 354 | 173 | 120 | 0 | 60 | 102 | 7 | 21 | 120 | 76 |
| Binary | 11101100 | 1111011 | 1010000 | 0 | 110000 | 1000010 | 111 | 10001 | 1010000 | 111110 |
Color Harmonies of #EC7B50
Complementary color
Monochromatic Colors of #EC7B50
Black with #EC7B50
Text Example
Text Example
White with #EC7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B50; }
p { color: rgb(236,123,80); }
H1.HeaderClassName
{
color: #EC7B50;
}
.AnyTagClassName
{
color: #EC7B50;
}
</style>
background-color css
<style>
a { background-color: #EC7B50; }
a { background-color: rgb(236,123,80); }
div.DivClassName
{
background-color: #EC7B50;
}
.BgClassName
{
background-color: #EC7B50;
}
</style>
border-color css
<style>
span { border-color: #EC7B50; }
span { border-color: rgb(236,123,80); }
td.TdClassName
{
border-color: #EC7B50;
}
.TagClassName
{
border-color: #EC7B50;
}
</style>