Shades of Burnt Sienna #ED734E
Tints of Burnt Sienna #ED734E
RGB
CMYK
RGB Variations
Color information
#ED734E (or 0xED734E) is known color: Burnt Sienna. HEX triplet: ED, 73 and 4E. RGB value is (237,115,78). Sum of RGB (Red+Green+Blue) = 237+115+78=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED734E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED734E is #128CB1. Grayscale: #939393. Windows color (decimal): -1215666 or 5141485. OLE color: 5141485.
HSL color Cylindrical-coordinate representation of color #ED734E: hue angle of 13.96º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED734E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 78 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.07 |
| HSL | 13.96º | 0.82% | 0.62% | - |
| HSV(B) | 13.96º | 0.67% | 0.93% | - |
| XYZ | 42.43 | 30.82 | 10.92 | - |
| YUV | 147.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 78 | 0 | 0.51 | 0.67 | 0.07 | 13.96 | 0.82 | 0.62 |
| Hex | ED | 73 | 4E | 0 | 33 | 43 | 7 | E | 52 | 3E |
| Octal | 355 | 163 | 116 | 0 | 63 | 103 | 7 | 16 | 122 | 76 |
| Binary | 11101101 | 1110011 | 1001110 | 0 | 110011 | 1000011 | 111 | 1110 | 1010010 | 111110 |
Color Harmonies of #ED734E
Complementary color
Monochromatic Colors of #ED734E
Black with #ED734E
Text Example
Text Example
White with #ED734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED734E; }
p { color: rgb(237,115,78); }
H1.HeaderClassName
{
color: #ED734E;
}
.AnyTagClassName
{
color: #ED734E;
}
</style>
background-color css
<style>
a { background-color: #ED734E; }
a { background-color: rgb(237,115,78); }
div.DivClassName
{
background-color: #ED734E;
}
.BgClassName
{
background-color: #ED734E;
}
</style>
border-color css
<style>
span { border-color: #ED734E; }
span { border-color: rgb(237,115,78); }
td.TdClassName
{
border-color: #ED734E;
}
.TagClassName
{
border-color: #ED734E;
}
</style>