Shades of Burnt Sienna #EC6948
Tints of Burnt Sienna #EC6948
RGB
CMYK
RGB Variations
Color information
#EC6948 (or 0xEC6948) is known color: Burnt Sienna. HEX triplet: EC, 69 and 48. RGB value is (236,105,72). Sum of RGB (Red+Green+Blue) = 236+105+72=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6948 is #1396B7. Grayscale: #8C8C8C. Windows color (decimal): -1283768 or 4745708. OLE color: 4745708.
HSL color Cylindrical-coordinate representation of color #EC6948: hue angle of 12.07º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC6948 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 72 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.07 |
| HSL | 12.07º | 0.81% | 0.6% | - |
| HSV(B) | 12.07º | 0.69% | 0.93% | - |
| XYZ | 40.81 | 28.4 | 9.46 | - |
| YUV | 140.41 | 89.4 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 72 | 0 | 0.56 | 0.69 | 0.07 | 12.07 | 0.81 | 0.6 |
| Hex | EC | 69 | 48 | 0 | 38 | 45 | 7 | C | 51 | 3C |
| Octal | 354 | 151 | 110 | 0 | 70 | 105 | 7 | 14 | 121 | 74 |
| Binary | 11101100 | 1101001 | 1001000 | 0 | 111000 | 1000101 | 111 | 1100 | 1010001 | 111100 |
Color Harmonies of #EC6948
Complementary color
Monochromatic Colors of #EC6948
Black with #EC6948
Text Example
Text Example
White with #EC6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6948; }
p { color: rgb(236,105,72); }
H1.HeaderClassName
{
color: #EC6948;
}
.AnyTagClassName
{
color: #EC6948;
}
</style>
background-color css
<style>
a { background-color: #EC6948; }
a { background-color: rgb(236,105,72); }
div.DivClassName
{
background-color: #EC6948;
}
.BgClassName
{
background-color: #EC6948;
}
</style>
border-color css
<style>
span { border-color: #EC6948; }
span { border-color: rgb(236,105,72); }
td.TdClassName
{
border-color: #EC6948;
}
.TagClassName
{
border-color: #EC6948;
}
</style>