Shades of Burnt Sienna #ED7145
Tints of Burnt Sienna #ED7145
RGB
CMYK
RGB Variations
Color information
#ED7145 (or 0xED7145) is known color: Burnt Sienna. HEX triplet: ED, 71 and 45. RGB value is (237,113,69). Sum of RGB (Red+Green+Blue) = 237+113+69=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7145 is #128EBA. Grayscale: #919191. Windows color (decimal): -1216187 or 4551149. OLE color: 4551149.
HSL color Cylindrical-coordinate representation of color #ED7145: hue angle of 15.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED7145 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 69 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.07 |
| HSL | 15.71º | 0.82% | 0.6% | - |
| HSV(B) | 15.71º | 0.71% | 0.93% | - |
| XYZ | 41.9 | 30.24 | 9.26 | - |
| YUV | 145.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 69 | 0 | 0.52 | 0.71 | 0.07 | 15.71 | 0.82 | 0.6 |
| Hex | ED | 71 | 45 | 0 | 34 | 47 | 7 | 10 | 52 | 3C |
| Octal | 355 | 161 | 105 | 0 | 64 | 107 | 7 | 20 | 122 | 74 |
| Binary | 11101101 | 1110001 | 1000101 | 0 | 110100 | 1000111 | 111 | 10000 | 1010010 | 111100 |
Color Harmonies of #ED7145
Complementary color
Monochromatic Colors of #ED7145
Black with #ED7145
Text Example
Text Example
White with #ED7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7145; }
p { color: rgb(237,113,69); }
H1.HeaderClassName
{
color: #ED7145;
}
.AnyTagClassName
{
color: #ED7145;
}
</style>
background-color css
<style>
a { background-color: #ED7145; }
a { background-color: rgb(237,113,69); }
div.DivClassName
{
background-color: #ED7145;
}
.BgClassName
{
background-color: #ED7145;
}
</style>
border-color css
<style>
span { border-color: #ED7145; }
span { border-color: rgb(237,113,69); }
td.TdClassName
{
border-color: #ED7145;
}
.TagClassName
{
border-color: #ED7145;
}
</style>