Shades of Burnt Sienna #ED6F54
Tints of Burnt Sienna #ED6F54
RGB
CMYK
RGB Variations
Color information
#ED6F54 (or 0xED6F54) is known color: Burnt Sienna. HEX triplet: ED, 6F and 54. RGB value is (237,111,84). Sum of RGB (Red+Green+Blue) = 237+111+84=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F54 is #1290AB. Grayscale: #919191. Windows color (decimal): -1216684 or 5533677. OLE color: 5533677.
HSL color Cylindrical-coordinate representation of color #ED6F54: hue angle of 10.59º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED6F54 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 84 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.07 |
| HSL | 10.59º | 0.81% | 0.63% | - |
| HSV(B) | 10.59º | 0.65% | 0.93% | - |
| XYZ | 42.21 | 30.01 | 11.96 | - |
| YUV | 145.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 84 | 0 | 0.53 | 0.65 | 0.07 | 10.59 | 0.81 | 0.63 |
| Hex | ED | 6F | 54 | 0 | 35 | 41 | 7 | B | 51 | 3F |
| Octal | 355 | 157 | 124 | 0 | 65 | 101 | 7 | 13 | 121 | 77 |
| Binary | 11101101 | 1101111 | 1010100 | 0 | 110101 | 1000001 | 111 | 1011 | 1010001 | 111111 |
Color Harmonies of #ED6F54
Complementary color
Monochromatic Colors of #ED6F54
Black with #ED6F54
Text Example
Text Example
White with #ED6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F54; }
p { color: rgb(237,111,84); }
H1.HeaderClassName
{
color: #ED6F54;
}
.AnyTagClassName
{
color: #ED6F54;
}
</style>
background-color css
<style>
a { background-color: #ED6F54; }
a { background-color: rgb(237,111,84); }
div.DivClassName
{
background-color: #ED6F54;
}
.BgClassName
{
background-color: #ED6F54;
}
</style>
border-color css
<style>
span { border-color: #ED6F54; }
span { border-color: rgb(237,111,84); }
td.TdClassName
{
border-color: #ED6F54;
}
.TagClassName
{
border-color: #ED6F54;
}
</style>