Shades of Burnt Sienna #ED734D
Tints of Burnt Sienna #ED734D
RGB
CMYK
RGB Variations
Color information
#ED734D (or 0xED734D) is known color: Burnt Sienna. HEX triplet: ED, 73 and 4D. RGB value is (237,115,77). Sum of RGB (Red+Green+Blue) = 237+115+77=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED734D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED734D is #128CB2. Grayscale: #939393. Windows color (decimal): -1215667 or 5075949. OLE color: 5075949.
HSL color Cylindrical-coordinate representation of color #ED734D: hue angle of 14.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED734D is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 77 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.07 |
| HSL | 14.25º | 0.82% | 0.62% | - |
| HSV(B) | 14.25º | 0.68% | 0.93% | - |
| XYZ | 42.4 | 30.8 | 10.73 | - |
| YUV | 147.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 77 | 0 | 0.51 | 0.68 | 0.07 | 14.25 | 0.82 | 0.62 |
| Hex | ED | 73 | 4D | 0 | 33 | 44 | 7 | E | 52 | 3E |
| Octal | 355 | 163 | 115 | 0 | 63 | 104 | 7 | 16 | 122 | 76 |
| Binary | 11101101 | 1110011 | 1001101 | 0 | 110011 | 1000100 | 111 | 1110 | 1010010 | 111110 |
Color Harmonies of #ED734D
Complementary color
Monochromatic Colors of #ED734D
Black with #ED734D
Text Example
Text Example
White with #ED734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED734D; }
p { color: rgb(237,115,77); }
H1.HeaderClassName
{
color: #ED734D;
}
.AnyTagClassName
{
color: #ED734D;
}
</style>
background-color css
<style>
a { background-color: #ED734D; }
a { background-color: rgb(237,115,77); }
div.DivClassName
{
background-color: #ED734D;
}
.BgClassName
{
background-color: #ED734D;
}
</style>
border-color css
<style>
span { border-color: #ED734D; }
span { border-color: rgb(237,115,77); }
td.TdClassName
{
border-color: #ED734D;
}
.TagClassName
{
border-color: #ED734D;
}
</style>