Shades of Burnt Sienna #EC775A
Tints of Burnt Sienna #EC775A
RGB
CMYK
RGB Variations
Color information
#EC775A (or 0xEC775A) is known color: Burnt Sienna. HEX triplet: EC, 77 and 5A. RGB value is (236,119,90). Sum of RGB (Red+Green+Blue) = 236+119+90=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC775A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC775A is #1388A5. Grayscale: #969696. Windows color (decimal): -1280166 or 5928940. OLE color: 5928940.
HSL color Cylindrical-coordinate representation of color #EC775A: hue angle of 11.92º 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 #EC775A is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 90 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.07 |
| HSL | 11.92º | 0.79% | 0.64% | - |
| HSV(B) | 11.92º | 0.62% | 0.93% | - |
| XYZ | 43.03 | 31.76 | 13.54 | - |
| YUV | 150.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 90 | 0 | 0.50 | 0.62 | 0.07 | 11.92 | 0.79 | 0.64 |
| Hex | EC | 77 | 5A | 0 | 32 | 3E | 7 | C | 4F | 40 |
| Octal | 354 | 167 | 132 | 0 | 62 | 76 | 7 | 14 | 117 | 100 |
| Binary | 11101100 | 1110111 | 1011010 | 0 | 110010 | 111110 | 111 | 1100 | 1001111 | 1000000 |
Color Harmonies of #EC775A
Complementary color
Monochromatic Colors of #EC775A
Black with #EC775A
Text Example
Text Example
White with #EC775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC775A; }
p { color: rgb(236,119,90); }
H1.HeaderClassName
{
color: #EC775A;
}
.AnyTagClassName
{
color: #EC775A;
}
</style>
background-color css
<style>
a { background-color: #EC775A; }
a { background-color: rgb(236,119,90); }
div.DivClassName
{
background-color: #EC775A;
}
.BgClassName
{
background-color: #EC775A;
}
</style>
border-color css
<style>
span { border-color: #EC775A; }
span { border-color: rgb(236,119,90); }
td.TdClassName
{
border-color: #EC775A;
}
.TagClassName
{
border-color: #EC775A;
}
</style>