Shades of Burnt Sienna #E1714D
Tints of Burnt Sienna #E1714D
RGB
CMYK
RGB Variations
Color information
#E1714D (or 0xE1714D) is known color: Burnt Sienna. HEX triplet: E1, 71 and 4D. RGB value is (225,113,77). Sum of RGB (Red+Green+Blue) = 225+113+77=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1714D is #1E8EB2. Grayscale: #8E8E8E. Windows color (decimal): -2002611 or 5075425. OLE color: 5075425.
HSL color Cylindrical-coordinate representation of color #E1714D: hue angle of 14.59º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1714D is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 77 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.12 |
| HSL | 14.59º | 0.71% | 0.59% | - |
| HSV(B) | 14.59º | 0.66% | 0.88% | - |
| XYZ | 38.3 | 28.35 | 10.48 | - |
| YUV | 142.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 77 | 0 | 0.50 | 0.66 | 0.12 | 14.59 | 0.71 | 0.59 |
| Hex | E1 | 71 | 4D | 0 | 32 | 42 | C | F | 47 | 3B |
| Octal | 341 | 161 | 115 | 0 | 62 | 102 | 14 | 17 | 107 | 73 |
| Binary | 11100001 | 1110001 | 1001101 | 0 | 110010 | 1000010 | 1100 | 1111 | 1000111 | 111011 |
Color Harmonies of #E1714D
Complementary color
Monochromatic Colors of #E1714D
Black with #E1714D
Text Example
Text Example
White with #E1714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1714D; }
p { color: rgb(225,113,77); }
H1.HeaderClassName
{
color: #E1714D;
}
.AnyTagClassName
{
color: #E1714D;
}
</style>
background-color css
<style>
a { background-color: #E1714D; }
a { background-color: rgb(225,113,77); }
div.DivClassName
{
background-color: #E1714D;
}
.BgClassName
{
background-color: #E1714D;
}
</style>
border-color css
<style>
span { border-color: #E1714D; }
span { border-color: rgb(225,113,77); }
td.TdClassName
{
border-color: #E1714D;
}
.TagClassName
{
border-color: #E1714D;
}
</style>