Shades of Burnt Sienna #EC7258
Tints of Burnt Sienna #EC7258
RGB
CMYK
RGB Variations
Color information
#EC7258 (or 0xEC7258) is known color: Burnt Sienna. HEX triplet: EC, 72 and 58. RGB value is (236,114,88). Sum of RGB (Red+Green+Blue) = 236+114+88=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7258 is #138DA7. Grayscale: #939393. Windows color (decimal): -1281448 or 5796588. OLE color: 5796588.
HSL color Cylindrical-coordinate representation of color #EC7258: hue angle of 10.54º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC7258 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 88 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.07 |
| HSL | 10.54º | 0.8% | 0.64% | - |
| HSV(B) | 10.54º | 0.63% | 0.93% | - |
| XYZ | 42.37 | 30.57 | 12.9 | - |
| YUV | 147.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 88 | 0 | 0.52 | 0.63 | 0.07 | 10.54 | 0.8 | 0.64 |
| Hex | EC | 72 | 58 | 0 | 34 | 3F | 7 | B | 50 | 40 |
| Octal | 354 | 162 | 130 | 0 | 64 | 77 | 7 | 13 | 120 | 100 |
| Binary | 11101100 | 1110010 | 1011000 | 0 | 110100 | 111111 | 111 | 1011 | 1010000 | 1000000 |
Color Harmonies of #EC7258
Complementary color
Monochromatic Colors of #EC7258
Black with #EC7258
Text Example
Text Example
White with #EC7258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7258; }
p { color: rgb(236,114,88); }
H1.HeaderClassName
{
color: #EC7258;
}
.AnyTagClassName
{
color: #EC7258;
}
</style>
background-color css
<style>
a { background-color: #EC7258; }
a { background-color: rgb(236,114,88); }
div.DivClassName
{
background-color: #EC7258;
}
.BgClassName
{
background-color: #EC7258;
}
</style>
border-color css
<style>
span { border-color: #EC7258; }
span { border-color: rgb(236,114,88); }
td.TdClassName
{
border-color: #EC7258;
}
.TagClassName
{
border-color: #EC7258;
}
</style>