Shades of Burnt Sienna #ED7655
Tints of Burnt Sienna #ED7655
RGB
CMYK
RGB Variations
Color information
#ED7655 (or 0xED7655) is known color: Burnt Sienna. HEX triplet: ED, 76 and 55. RGB value is (237,118,85). Sum of RGB (Red+Green+Blue) = 237+118+85=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7655 is #1289AA. Grayscale: #969696. Windows color (decimal): -1214891 or 5601005. OLE color: 5601005.
HSL color Cylindrical-coordinate representation of color #ED7655: hue angle of 13.03º 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 #ED7655 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 85 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.07 |
| HSL | 13.03º | 0.81% | 0.63% | - |
| HSV(B) | 13.03º | 0.64% | 0.93% | - |
| XYZ | 43.04 | 31.62 | 12.43 | - |
| YUV | 149.82 | 91.42 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 85 | 0 | 0.50 | 0.64 | 0.07 | 13.03 | 0.81 | 0.63 |
| Hex | ED | 76 | 55 | 0 | 32 | 40 | 7 | D | 51 | 3F |
| Octal | 355 | 166 | 125 | 0 | 62 | 100 | 7 | 15 | 121 | 77 |
| Binary | 11101101 | 1110110 | 1010101 | 0 | 110010 | 1000000 | 111 | 1101 | 1010001 | 111111 |
Color Harmonies of #ED7655
Complementary color
Monochromatic Colors of #ED7655
Black with #ED7655
Text Example
Text Example
White with #ED7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7655; }
p { color: rgb(237,118,85); }
H1.HeaderClassName
{
color: #ED7655;
}
.AnyTagClassName
{
color: #ED7655;
}
</style>
background-color css
<style>
a { background-color: #ED7655; }
a { background-color: rgb(237,118,85); }
div.DivClassName
{
background-color: #ED7655;
}
.BgClassName
{
background-color: #ED7655;
}
</style>
border-color css
<style>
span { border-color: #ED7655; }
span { border-color: rgb(237,118,85); }
td.TdClassName
{
border-color: #ED7655;
}
.TagClassName
{
border-color: #ED7655;
}
</style>