Shades of Burnt Sienna #EC754B
Tints of Burnt Sienna #EC754B
RGB
CMYK
RGB Variations
Color information
#EC754B (or 0xEC754B) is known color: Burnt Sienna. HEX triplet: EC, 75 and 4B. RGB value is (236,117,75). Sum of RGB (Red+Green+Blue) = 236+117+75=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC754B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC754B is #138AB4. Grayscale: #949494. Windows color (decimal): -1280693 or 4945388. OLE color: 4945388.
HSL color Cylindrical-coordinate representation of color #EC754B: hue angle of 15.65º 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 #EC754B is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 75 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.07 |
| HSL | 15.65º | 0.81% | 0.61% | - |
| HSV(B) | 15.65º | 0.68% | 0.93% | - |
| XYZ | 42.22 | 31.06 | 10.43 | - |
| YUV | 147.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 75 | 0 | 0.50 | 0.68 | 0.07 | 15.65 | 0.81 | 0.61 |
| Hex | EC | 75 | 4B | 0 | 32 | 44 | 7 | 10 | 51 | 3D |
| Octal | 354 | 165 | 113 | 0 | 62 | 104 | 7 | 20 | 121 | 75 |
| Binary | 11101100 | 1110101 | 1001011 | 0 | 110010 | 1000100 | 111 | 10000 | 1010001 | 111101 |
Color Harmonies of #EC754B
Complementary color
Monochromatic Colors of #EC754B
Black with #EC754B
Text Example
Text Example
White with #EC754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC754B; }
p { color: rgb(236,117,75); }
H1.HeaderClassName
{
color: #EC754B;
}
.AnyTagClassName
{
color: #EC754B;
}
</style>
background-color css
<style>
a { background-color: #EC754B; }
a { background-color: rgb(236,117,75); }
div.DivClassName
{
background-color: #EC754B;
}
.BgClassName
{
background-color: #EC754B;
}
</style>
border-color css
<style>
span { border-color: #EC754B; }
span { border-color: rgb(236,117,75); }
td.TdClassName
{
border-color: #EC754B;
}
.TagClassName
{
border-color: #EC754B;
}
</style>