Shades of Burnt Sienna #EC774E
Tints of Burnt Sienna #EC774E
RGB
CMYK
RGB Variations
Color information
#EC774E (or 0xEC774E) is known color: Burnt Sienna. HEX triplet: EC, 77 and 4E. RGB value is (236,119,78). Sum of RGB (Red+Green+Blue) = 236+119+78=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC774E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC774E is #1388B1. Grayscale: #959595. Windows color (decimal): -1280178 or 5142508. OLE color: 5142508.
HSL color Cylindrical-coordinate representation of color #EC774E: hue angle of 15.57º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC774E is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 78 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.07 |
| HSL | 15.57º | 0.81% | 0.62% | - |
| HSV(B) | 15.57º | 0.67% | 0.93% | - |
| XYZ | 42.56 | 31.58 | 11.06 | - |
| YUV | 149.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 78 | 0 | 0.50 | 0.67 | 0.07 | 15.57 | 0.81 | 0.62 |
| Hex | EC | 77 | 4E | 0 | 32 | 43 | 7 | 10 | 51 | 3E |
| Octal | 354 | 167 | 116 | 0 | 62 | 103 | 7 | 20 | 121 | 76 |
| Binary | 11101100 | 1110111 | 1001110 | 0 | 110010 | 1000011 | 111 | 10000 | 1010001 | 111110 |
Color Harmonies of #EC774E
Complementary color
Monochromatic Colors of #EC774E
Black with #EC774E
Text Example
Text Example
White with #EC774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC774E; }
p { color: rgb(236,119,78); }
H1.HeaderClassName
{
color: #EC774E;
}
.AnyTagClassName
{
color: #EC774E;
}
</style>
background-color css
<style>
a { background-color: #EC774E; }
a { background-color: rgb(236,119,78); }
div.DivClassName
{
background-color: #EC774E;
}
.BgClassName
{
background-color: #EC774E;
}
</style>
border-color css
<style>
span { border-color: #EC774E; }
span { border-color: rgb(236,119,78); }
td.TdClassName
{
border-color: #EC774E;
}
.TagClassName
{
border-color: #EC774E;
}
</style>