Shades of Burnt Sienna #EC6F4B
Tints of Burnt Sienna #EC6F4B
RGB
CMYK
RGB Variations
Color information
#EC6F4B (or 0xEC6F4B) is known color: Burnt Sienna. HEX triplet: EC, 6F and 4B. RGB value is (236,111,75). Sum of RGB (Red+Green+Blue) = 236+111+75=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6F4B is #1390B4. Grayscale: #909090. Windows color (decimal): -1282229 or 4943852. OLE color: 4943852.
HSL color Cylindrical-coordinate representation of color #EC6F4B: hue angle of 13.42º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC6F4B is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 75 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.07 |
| HSL | 13.42º | 0.81% | 0.61% | - |
| HSV(B) | 13.42º | 0.68% | 0.93% | - |
| XYZ | 41.55 | 29.71 | 10.2 | - |
| YUV | 144.27 | 88.91 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 75 | 0 | 0.53 | 0.68 | 0.07 | 13.42 | 0.81 | 0.61 |
| Hex | EC | 6F | 4B | 0 | 35 | 44 | 7 | D | 51 | 3D |
| Octal | 354 | 157 | 113 | 0 | 65 | 104 | 7 | 15 | 121 | 75 |
| Binary | 11101100 | 1101111 | 1001011 | 0 | 110101 | 1000100 | 111 | 1101 | 1010001 | 111101 |
Color Harmonies of #EC6F4B
Complementary color
Monochromatic Colors of #EC6F4B
Black with #EC6F4B
Text Example
Text Example
White with #EC6F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F4B; }
p { color: rgb(236,111,75); }
H1.HeaderClassName
{
color: #EC6F4B;
}
.AnyTagClassName
{
color: #EC6F4B;
}
</style>
background-color css
<style>
a { background-color: #EC6F4B; }
a { background-color: rgb(236,111,75); }
div.DivClassName
{
background-color: #EC6F4B;
}
.BgClassName
{
background-color: #EC6F4B;
}
</style>
border-color css
<style>
span { border-color: #EC6F4B; }
span { border-color: rgb(236,111,75); }
td.TdClassName
{
border-color: #EC6F4B;
}
.TagClassName
{
border-color: #EC6F4B;
}
</style>