Shades of Burnt Sienna #EC775B
Tints of Burnt Sienna #EC775B
RGB
CMYK
RGB Variations
Color information
#EC775B (or 0xEC775B) is known color: Burnt Sienna. HEX triplet: EC, 77 and 5B. RGB value is (236,119,91). Sum of RGB (Red+Green+Blue) = 236+119+91=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC775B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC775B is #1388A4. Grayscale: #979797. Windows color (decimal): -1280165 or 5994476. OLE color: 5994476.
HSL color Cylindrical-coordinate representation of color #EC775B: hue angle of 11.59º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC775B is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 91 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.07 |
| HSL | 11.59º | 0.79% | 0.64% | - |
| HSV(B) | 11.59º | 0.61% | 0.93% | - |
| XYZ | 43.08 | 31.78 | 13.76 | - |
| YUV | 150.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 91 | 0 | 0.50 | 0.61 | 0.07 | 11.59 | 0.79 | 0.64 |
| Hex | EC | 77 | 5B | 0 | 32 | 3D | 7 | C | 4F | 40 |
| Octal | 354 | 167 | 133 | 0 | 62 | 75 | 7 | 14 | 117 | 100 |
| Binary | 11101100 | 1110111 | 1011011 | 0 | 110010 | 111101 | 111 | 1100 | 1001111 | 1000000 |
Color Harmonies of #EC775B
Complementary color
Monochromatic Colors of #EC775B
Black with #EC775B
Text Example
Text Example
White with #EC775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC775B; }
p { color: rgb(236,119,91); }
H1.HeaderClassName
{
color: #EC775B;
}
.AnyTagClassName
{
color: #EC775B;
}
</style>
background-color css
<style>
a { background-color: #EC775B; }
a { background-color: rgb(236,119,91); }
div.DivClassName
{
background-color: #EC775B;
}
.BgClassName
{
background-color: #EC775B;
}
</style>
border-color css
<style>
span { border-color: #EC775B; }
span { border-color: rgb(236,119,91); }
td.TdClassName
{
border-color: #EC775B;
}
.TagClassName
{
border-color: #EC775B;
}
</style>