Shades of Burnt Sienna #ED6F52
Tints of Burnt Sienna #ED6F52
RGB
CMYK
RGB Variations
Color information
#ED6F52 (or 0xED6F52) is known color: Burnt Sienna. HEX triplet: ED, 6F and 52. RGB value is (237,111,82). Sum of RGB (Red+Green+Blue) = 237+111+82=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F52 is #1290AD. Grayscale: #919191. Windows color (decimal): -1216686 or 5402605. OLE color: 5402605.
HSL color Cylindrical-coordinate representation of color #ED6F52: hue angle of 11.23º 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 #ED6F52 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 82 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.07 |
| HSL | 11.23º | 0.81% | 0.63% | - |
| HSV(B) | 11.23º | 0.65% | 0.93% | - |
| XYZ | 42.13 | 29.98 | 11.55 | - |
| YUV | 145.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 82 | 0 | 0.53 | 0.65 | 0.07 | 11.23 | 0.81 | 0.63 |
| Hex | ED | 6F | 52 | 0 | 35 | 41 | 7 | B | 51 | 3F |
| Octal | 355 | 157 | 122 | 0 | 65 | 101 | 7 | 13 | 121 | 77 |
| Binary | 11101101 | 1101111 | 1010010 | 0 | 110101 | 1000001 | 111 | 1011 | 1010001 | 111111 |
Color Harmonies of #ED6F52
Complementary color
Monochromatic Colors of #ED6F52
Black with #ED6F52
Text Example
Text Example
White with #ED6F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F52; }
p { color: rgb(237,111,82); }
H1.HeaderClassName
{
color: #ED6F52;
}
.AnyTagClassName
{
color: #ED6F52;
}
</style>
background-color css
<style>
a { background-color: #ED6F52; }
a { background-color: rgb(237,111,82); }
div.DivClassName
{
background-color: #ED6F52;
}
.BgClassName
{
background-color: #ED6F52;
}
</style>
border-color css
<style>
span { border-color: #ED6F52; }
span { border-color: rgb(237,111,82); }
td.TdClassName
{
border-color: #ED6F52;
}
.TagClassName
{
border-color: #ED6F52;
}
</style>