Shades of Burnt Sienna #EC754E
Tints of Burnt Sienna #EC754E
RGB
CMYK
RGB Variations
Color information
#EC754E (or 0xEC754E) is known color: Burnt Sienna. HEX triplet: EC, 75 and 4E. RGB value is (236,117,78). Sum of RGB (Red+Green+Blue) = 236+117+78=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC754E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC754E is #138AB1. Grayscale: #949494. Windows color (decimal): -1280690 or 5141996. OLE color: 5141996.
HSL color Cylindrical-coordinate representation of color #EC754E: hue angle of 14.81º 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 #EC754E is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 78 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.07 |
| HSL | 14.81º | 0.81% | 0.62% | - |
| HSV(B) | 14.81º | 0.67% | 0.93% | - |
| XYZ | 42.33 | 31.11 | 10.98 | - |
| YUV | 148.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 78 | 0 | 0.50 | 0.67 | 0.07 | 14.81 | 0.81 | 0.62 |
| Hex | EC | 75 | 4E | 0 | 32 | 43 | 7 | F | 51 | 3E |
| Octal | 354 | 165 | 116 | 0 | 62 | 103 | 7 | 17 | 121 | 76 |
| Binary | 11101100 | 1110101 | 1001110 | 0 | 110010 | 1000011 | 111 | 1111 | 1010001 | 111110 |
Color Harmonies of #EC754E
Complementary color
Monochromatic Colors of #EC754E
Black with #EC754E
Text Example
Text Example
White with #EC754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC754E; }
p { color: rgb(236,117,78); }
H1.HeaderClassName
{
color: #EC754E;
}
.AnyTagClassName
{
color: #EC754E;
}
</style>
background-color css
<style>
a { background-color: #EC754E; }
a { background-color: rgb(236,117,78); }
div.DivClassName
{
background-color: #EC754E;
}
.BgClassName
{
background-color: #EC754E;
}
</style>
border-color css
<style>
span { border-color: #EC754E; }
span { border-color: rgb(236,117,78); }
td.TdClassName
{
border-color: #EC754E;
}
.TagClassName
{
border-color: #EC754E;
}
</style>