Shades of Burnt Sienna #E1704A
Tints of Burnt Sienna #E1704A
RGB
CMYK
RGB Variations
Color information
#E1704A (or 0xE1704A) is known color: Burnt Sienna. HEX triplet: E1, 70 and 4A. RGB value is (225,112,74). Sum of RGB (Red+Green+Blue) = 225+112+74=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1704A is #1E8FB5. Grayscale: #8D8D8D. Windows color (decimal): -2002870 or 4878561. OLE color: 4878561.
HSL color Cylindrical-coordinate representation of color #E1704A: hue angle of 15.1º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1704A is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 74 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.12 |
| HSL | 15.1º | 0.72% | 0.59% | - |
| HSV(B) | 15.1º | 0.67% | 0.88% | - |
| XYZ | 38.08 | 28.09 | 9.89 | - |
| YUV | 141.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 74 | 0 | 0.50 | 0.67 | 0.12 | 15.1 | 0.72 | 0.59 |
| Hex | E1 | 70 | 4A | 0 | 32 | 43 | C | F | 48 | 3B |
| Octal | 341 | 160 | 112 | 0 | 62 | 103 | 14 | 17 | 110 | 73 |
| Binary | 11100001 | 1110000 | 1001010 | 0 | 110010 | 1000011 | 1100 | 1111 | 1001000 | 111011 |
Color Harmonies of #E1704A
Complementary color
Monochromatic Colors of #E1704A
Black with #E1704A
Text Example
Text Example
White with #E1704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1704A; }
p { color: rgb(225,112,74); }
H1.HeaderClassName
{
color: #E1704A;
}
.AnyTagClassName
{
color: #E1704A;
}
</style>
background-color css
<style>
a { background-color: #E1704A; }
a { background-color: rgb(225,112,74); }
div.DivClassName
{
background-color: #E1704A;
}
.BgClassName
{
background-color: #E1704A;
}
</style>
border-color css
<style>
span { border-color: #E1704A; }
span { border-color: rgb(225,112,74); }
td.TdClassName
{
border-color: #E1704A;
}
.TagClassName
{
border-color: #E1704A;
}
</style>