Shades of Burnt Sienna #E1704B
Tints of Burnt Sienna #E1704B
RGB
CMYK
RGB Variations
Color information
#E1704B (or 0xE1704B) is known color: Burnt Sienna. HEX triplet: E1, 70 and 4B. RGB value is (225,112,75). Sum of RGB (Red+Green+Blue) = 225+112+75=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1704B is #1E8FB4. Grayscale: #8D8D8D. Windows color (decimal): -2002869 or 4944097. OLE color: 4944097.
HSL color Cylindrical-coordinate representation of color #E1704B: hue angle of 14.8º degrees, saturation: 0.71, 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 #E1704B is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 75 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.12 |
| HSL | 14.8º | 0.71% | 0.59% | - |
| HSV(B) | 14.8º | 0.67% | 0.88% | - |
| XYZ | 38.12 | 28.1 | 10.07 | - |
| YUV | 141.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 75 | 0 | 0.50 | 0.67 | 0.12 | 14.8 | 0.71 | 0.59 |
| Hex | E1 | 70 | 4B | 0 | 32 | 43 | C | F | 47 | 3B |
| Octal | 341 | 160 | 113 | 0 | 62 | 103 | 14 | 17 | 107 | 73 |
| Binary | 11100001 | 1110000 | 1001011 | 0 | 110010 | 1000011 | 1100 | 1111 | 1000111 | 111011 |
Color Harmonies of #E1704B
Complementary color
Monochromatic Colors of #E1704B
Black with #E1704B
Text Example
Text Example
White with #E1704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1704B; }
p { color: rgb(225,112,75); }
H1.HeaderClassName
{
color: #E1704B;
}
.AnyTagClassName
{
color: #E1704B;
}
</style>
background-color css
<style>
a { background-color: #E1704B; }
a { background-color: rgb(225,112,75); }
div.DivClassName
{
background-color: #E1704B;
}
.BgClassName
{
background-color: #E1704B;
}
</style>
border-color css
<style>
span { border-color: #E1704B; }
span { border-color: rgb(225,112,75); }
td.TdClassName
{
border-color: #E1704B;
}
.TagClassName
{
border-color: #E1704B;
}
</style>