Shades of Burnt Sienna #ED7245
Tints of Burnt Sienna #ED7245
RGB
CMYK
RGB Variations
Color information
#ED7245 (or 0xED7245) is known color: Burnt Sienna. HEX triplet: ED, 72 and 45. RGB value is (237,114,69). Sum of RGB (Red+Green+Blue) = 237+114+69=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7245 is #128DBA. Grayscale: #919191. Windows color (decimal): -1215931 or 4551405. OLE color: 4551405.
HSL color Cylindrical-coordinate representation of color #ED7245: hue angle of 16.07º 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 #ED7245 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 69 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.07 |
| HSL | 16.07º | 0.82% | 0.6% | - |
| HSV(B) | 16.07º | 0.71% | 0.93% | - |
| XYZ | 42.02 | 30.47 | 9.3 | - |
| YUV | 145.65 | 84.75 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 69 | 0 | 0.52 | 0.71 | 0.07 | 16.07 | 0.82 | 0.6 |
| Hex | ED | 72 | 45 | 0 | 34 | 47 | 7 | 10 | 52 | 3C |
| Octal | 355 | 162 | 105 | 0 | 64 | 107 | 7 | 20 | 122 | 74 |
| Binary | 11101101 | 1110010 | 1000101 | 0 | 110100 | 1000111 | 111 | 10000 | 1010010 | 111100 |
Color Harmonies of #ED7245
Complementary color
Monochromatic Colors of #ED7245
Black with #ED7245
Text Example
Text Example
White with #ED7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7245; }
p { color: rgb(237,114,69); }
H1.HeaderClassName
{
color: #ED7245;
}
.AnyTagClassName
{
color: #ED7245;
}
</style>
background-color css
<style>
a { background-color: #ED7245; }
a { background-color: rgb(237,114,69); }
div.DivClassName
{
background-color: #ED7245;
}
.BgClassName
{
background-color: #ED7245;
}
</style>
border-color css
<style>
span { border-color: #ED7245; }
span { border-color: rgb(237,114,69); }
td.TdClassName
{
border-color: #ED7245;
}
.TagClassName
{
border-color: #ED7245;
}
</style>