Shades of Burnt Sienna #E1704D
Tints of Burnt Sienna #E1704D
RGB
CMYK
RGB Variations
Color information
#E1704D (or 0xE1704D) is known color: Burnt Sienna. HEX triplet: E1, 70 and 4D. RGB value is (225,112,77). Sum of RGB (Red+Green+Blue) = 225+112+77=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1704D is #1E8FB2. Grayscale: #8E8E8E. Windows color (decimal): -2002867 or 5075169. OLE color: 5075169.
HSL color Cylindrical-coordinate representation of color #E1704D: hue angle of 14.19º 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 #E1704D is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 77 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.12 |
| HSL | 14.19º | 0.71% | 0.59% | - |
| HSV(B) | 14.19º | 0.66% | 0.88% | - |
| XYZ | 38.19 | 28.13 | 10.44 | - |
| YUV | 141.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 77 | 0 | 0.50 | 0.66 | 0.12 | 14.19 | 0.71 | 0.59 |
| Hex | E1 | 70 | 4D | 0 | 32 | 42 | C | E | 47 | 3B |
| Octal | 341 | 160 | 115 | 0 | 62 | 102 | 14 | 16 | 107 | 73 |
| Binary | 11100001 | 1110000 | 1001101 | 0 | 110010 | 1000010 | 1100 | 1110 | 1000111 | 111011 |
Color Harmonies of #E1704D
Complementary color
Monochromatic Colors of #E1704D
Black with #E1704D
Text Example
Text Example
White with #E1704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1704D; }
p { color: rgb(225,112,77); }
H1.HeaderClassName
{
color: #E1704D;
}
.AnyTagClassName
{
color: #E1704D;
}
</style>
background-color css
<style>
a { background-color: #E1704D; }
a { background-color: rgb(225,112,77); }
div.DivClassName
{
background-color: #E1704D;
}
.BgClassName
{
background-color: #E1704D;
}
</style>
border-color css
<style>
span { border-color: #E1704D; }
span { border-color: rgb(225,112,77); }
td.TdClassName
{
border-color: #E1704D;
}
.TagClassName
{
border-color: #E1704D;
}
</style>