Shades of Burnt Sienna #ED7D58
Tints of Burnt Sienna #ED7D58
RGB
CMYK
RGB Variations
Color information
#ED7D58 (or 0xED7D58) is known color: Burnt Sienna. HEX triplet: ED, 7D and 58. RGB value is (237,125,88). Sum of RGB (Red+Green+Blue) = 237+125+88=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D58 is #1282A7. Grayscale: #9A9A9A. Windows color (decimal): -1213096 or 5799405. OLE color: 5799405.
HSL color Cylindrical-coordinate representation of color #ED7D58: hue angle of 14.9º 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 #ED7D58 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 88 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.07 |
| HSL | 14.9º | 0.81% | 0.64% | - |
| HSV(B) | 14.9º | 0.63% | 0.93% | - |
| XYZ | 44.02 | 33.38 | 13.35 | - |
| YUV | 154.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 88 | 0 | 0.47 | 0.63 | 0.07 | 14.9 | 0.81 | 0.64 |
| Hex | ED | 7D | 58 | 0 | 2F | 3F | 7 | F | 51 | 40 |
| Octal | 355 | 175 | 130 | 0 | 57 | 77 | 7 | 17 | 121 | 100 |
| Binary | 11101101 | 1111101 | 1011000 | 0 | 101111 | 111111 | 111 | 1111 | 1010001 | 1000000 |
Color Harmonies of #ED7D58
Complementary color
Monochromatic Colors of #ED7D58
Black with #ED7D58
Text Example
Text Example
White with #ED7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7D58; }
p { color: rgb(237,125,88); }
H1.HeaderClassName
{
color: #ED7D58;
}
.AnyTagClassName
{
color: #ED7D58;
}
</style>
background-color css
<style>
a { background-color: #ED7D58; }
a { background-color: rgb(237,125,88); }
div.DivClassName
{
background-color: #ED7D58;
}
.BgClassName
{
background-color: #ED7D58;
}
</style>
border-color css
<style>
span { border-color: #ED7D58; }
span { border-color: rgb(237,125,88); }
td.TdClassName
{
border-color: #ED7D58;
}
.TagClassName
{
border-color: #ED7D58;
}
</style>