Shades of Burnt Sienna #EC7752
Tints of Burnt Sienna #EC7752
RGB
CMYK
RGB Variations
Color information
#EC7752 (or 0xEC7752) is known color: Burnt Sienna. HEX triplet: EC, 77 and 52. RGB value is (236,119,82). Sum of RGB (Red+Green+Blue) = 236+119+82=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7752 is #1388AD. Grayscale: #969696. Windows color (decimal): -1280174 or 5404652. OLE color: 5404652.
HSL color Cylindrical-coordinate representation of color #EC7752: hue angle of 14.42º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC7752 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 82 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.07 |
| HSL | 14.42º | 0.8% | 0.62% | - |
| HSV(B) | 14.42º | 0.65% | 0.93% | - |
| XYZ | 42.71 | 31.64 | 11.84 | - |
| YUV | 149.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 82 | 0 | 0.50 | 0.65 | 0.07 | 14.42 | 0.8 | 0.62 |
| Hex | EC | 77 | 52 | 0 | 32 | 41 | 7 | E | 50 | 3E |
| Octal | 354 | 167 | 122 | 0 | 62 | 101 | 7 | 16 | 120 | 76 |
| Binary | 11101100 | 1110111 | 1010010 | 0 | 110010 | 1000001 | 111 | 1110 | 1010000 | 111110 |
Color Harmonies of #EC7752
Complementary color
Monochromatic Colors of #EC7752
Black with #EC7752
Text Example
Text Example
White with #EC7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7752; }
p { color: rgb(236,119,82); }
H1.HeaderClassName
{
color: #EC7752;
}
.AnyTagClassName
{
color: #EC7752;
}
</style>
background-color css
<style>
a { background-color: #EC7752; }
a { background-color: rgb(236,119,82); }
div.DivClassName
{
background-color: #EC7752;
}
.BgClassName
{
background-color: #EC7752;
}
</style>
border-color css
<style>
span { border-color: #EC7752; }
span { border-color: rgb(236,119,82); }
td.TdClassName
{
border-color: #EC7752;
}
.TagClassName
{
border-color: #EC7752;
}
</style>