Shades of Burnt Sienna #EC755A
Tints of Burnt Sienna #EC755A
RGB
CMYK
RGB Variations
Color information
#EC755A (or 0xEC755A) is known color: Burnt Sienna. HEX triplet: EC, 75 and 5A. RGB value is (236,117,90). Sum of RGB (Red+Green+Blue) = 236+117+90=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC755A is #138AA5. Grayscale: #959595. Windows color (decimal): -1280678 or 5928428. OLE color: 5928428.
HSL color Cylindrical-coordinate representation of color #EC755A: hue angle of 11.1º 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 #EC755A is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 90 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.07 |
| HSL | 11.1º | 0.79% | 0.64% | - |
| HSV(B) | 11.1º | 0.62% | 0.93% | - |
| XYZ | 42.8 | 31.29 | 13.46 | - |
| YUV | 149.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 90 | 0 | 0.50 | 0.62 | 0.07 | 11.1 | 0.79 | 0.64 |
| Hex | EC | 75 | 5A | 0 | 32 | 3E | 7 | B | 4F | 40 |
| Octal | 354 | 165 | 132 | 0 | 62 | 76 | 7 | 13 | 117 | 100 |
| Binary | 11101100 | 1110101 | 1011010 | 0 | 110010 | 111110 | 111 | 1011 | 1001111 | 1000000 |
Color Harmonies of #EC755A
Complementary color
Monochromatic Colors of #EC755A
Black with #EC755A
Text Example
Text Example
White with #EC755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC755A; }
p { color: rgb(236,117,90); }
H1.HeaderClassName
{
color: #EC755A;
}
.AnyTagClassName
{
color: #EC755A;
}
</style>
background-color css
<style>
a { background-color: #EC755A; }
a { background-color: rgb(236,117,90); }
div.DivClassName
{
background-color: #EC755A;
}
.BgClassName
{
background-color: #EC755A;
}
</style>
border-color css
<style>
span { border-color: #EC755A; }
span { border-color: rgb(236,117,90); }
td.TdClassName
{
border-color: #EC755A;
}
.TagClassName
{
border-color: #EC755A;
}
</style>