Shades of Burnt Sienna #ED7358
Tints of Burnt Sienna #ED7358
RGB
CMYK
RGB Variations
Color information
#ED7358 (or 0xED7358) is known color: Burnt Sienna. HEX triplet: ED, 73 and 58. RGB value is (237,115,88). Sum of RGB (Red+Green+Blue) = 237+115+88=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7358 is #128CA7. Grayscale: #949494. Windows color (decimal): -1215656 or 5796845. OLE color: 5796845.
HSL color Cylindrical-coordinate representation of color #ED7358: hue angle of 10.87º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED7358 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 88 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.07 |
| HSL | 10.87º | 0.81% | 0.64% | - |
| HSV(B) | 10.87º | 0.63% | 0.93% | - |
| XYZ | 42.82 | 30.97 | 12.95 | - |
| YUV | 148.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 88 | 0 | 0.51 | 0.63 | 0.07 | 10.87 | 0.81 | 0.64 |
| Hex | ED | 73 | 58 | 0 | 33 | 3F | 7 | B | 51 | 40 |
| Octal | 355 | 163 | 130 | 0 | 63 | 77 | 7 | 13 | 121 | 100 |
| Binary | 11101101 | 1110011 | 1011000 | 0 | 110011 | 111111 | 111 | 1011 | 1010001 | 1000000 |
Color Harmonies of #ED7358
Complementary color
Monochromatic Colors of #ED7358
Black with #ED7358
Text Example
Text Example
White with #ED7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7358; }
p { color: rgb(237,115,88); }
H1.HeaderClassName
{
color: #ED7358;
}
.AnyTagClassName
{
color: #ED7358;
}
</style>
background-color css
<style>
a { background-color: #ED7358; }
a { background-color: rgb(237,115,88); }
div.DivClassName
{
background-color: #ED7358;
}
.BgClassName
{
background-color: #ED7358;
}
</style>
border-color css
<style>
span { border-color: #ED7358; }
span { border-color: rgb(237,115,88); }
td.TdClassName
{
border-color: #ED7358;
}
.TagClassName
{
border-color: #ED7358;
}
</style>