Shades of Burnt Sienna #E2734D
Tints of Burnt Sienna #E2734D
RGB
CMYK
RGB Variations
Color information
#E2734D (or 0xE2734D) is known color: Burnt Sienna. HEX triplet: E2, 73 and 4D. RGB value is (226,115,77). Sum of RGB (Red+Green+Blue) = 226+115+77=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2734D is #1D8CB2. Grayscale: #909090. Windows color (decimal): -1936563 or 5075938. OLE color: 5075938.
HSL color Cylindrical-coordinate representation of color #E2734D: hue angle of 15.3º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2734D is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 77 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.11 |
| HSL | 15.3º | 0.72% | 0.59% | - |
| HSV(B) | 15.3º | 0.66% | 0.89% | - |
| XYZ | 38.83 | 28.97 | 10.57 | - |
| YUV | 143.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 77 | 0 | 0.49 | 0.66 | 0.11 | 15.3 | 0.72 | 0.59 |
| Hex | E2 | 73 | 4D | 0 | 31 | 42 | B | F | 48 | 3B |
| Octal | 342 | 163 | 115 | 0 | 61 | 102 | 13 | 17 | 110 | 73 |
| Binary | 11100010 | 1110011 | 1001101 | 0 | 110001 | 1000010 | 1011 | 1111 | 1001000 | 111011 |
Color Harmonies of #E2734D
Complementary color
Monochromatic Colors of #E2734D
Black with #E2734D
Text Example
Text Example
White with #E2734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2734D; }
p { color: rgb(226,115,77); }
H1.HeaderClassName
{
color: #E2734D;
}
.AnyTagClassName
{
color: #E2734D;
}
</style>
background-color css
<style>
a { background-color: #E2734D; }
a { background-color: rgb(226,115,77); }
div.DivClassName
{
background-color: #E2734D;
}
.BgClassName
{
background-color: #E2734D;
}
</style>
border-color css
<style>
span { border-color: #E2734D; }
span { border-color: rgb(226,115,77); }
td.TdClassName
{
border-color: #E2734D;
}
.TagClassName
{
border-color: #E2734D;
}
</style>