Shades of Burnt Sienna #ED7355
Tints of Burnt Sienna #ED7355
RGB
CMYK
RGB Variations
Color information
#ED7355 (or 0xED7355) is known color: Burnt Sienna. HEX triplet: ED, 73 and 55. RGB value is (237,115,85). Sum of RGB (Red+Green+Blue) = 237+115+85=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7355 is #128CAA. Grayscale: #949494. Windows color (decimal): -1215659 or 5600237. OLE color: 5600237.
HSL color Cylindrical-coordinate representation of color #ED7355: hue angle of 11.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED7355 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 85 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.07 |
| HSL | 11.84º | 0.81% | 0.63% | - |
| HSV(B) | 11.84º | 0.64% | 0.93% | - |
| XYZ | 42.7 | 30.92 | 12.31 | - |
| YUV | 148.06 | 92.42 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 85 | 0 | 0.51 | 0.64 | 0.07 | 11.84 | 0.81 | 0.63 |
| Hex | ED | 73 | 55 | 0 | 33 | 40 | 7 | C | 51 | 3F |
| Octal | 355 | 163 | 125 | 0 | 63 | 100 | 7 | 14 | 121 | 77 |
| Binary | 11101101 | 1110011 | 1010101 | 0 | 110011 | 1000000 | 111 | 1100 | 1010001 | 111111 |
Color Harmonies of #ED7355
Complementary color
Monochromatic Colors of #ED7355
Black with #ED7355
Text Example
Text Example
White with #ED7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7355; }
p { color: rgb(237,115,85); }
H1.HeaderClassName
{
color: #ED7355;
}
.AnyTagClassName
{
color: #ED7355;
}
</style>
background-color css
<style>
a { background-color: #ED7355; }
a { background-color: rgb(237,115,85); }
div.DivClassName
{
background-color: #ED7355;
}
.BgClassName
{
background-color: #ED7355;
}
</style>
border-color css
<style>
span { border-color: #ED7355; }
span { border-color: rgb(237,115,85); }
td.TdClassName
{
border-color: #ED7355;
}
.TagClassName
{
border-color: #ED7355;
}
</style>