Shades of Burnt Sienna #E7704E
Tints of Burnt Sienna #E7704E
RGB
CMYK
RGB Variations
Color information
#E7704E (or 0xE7704E) is known color: Burnt Sienna. HEX triplet: E7, 70 and 4E. RGB value is (231,112,78). Sum of RGB (Red+Green+Blue) = 231+112+78=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7704E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7704E is #188FB1. Grayscale: #8F8F8F. Windows color (decimal): -1609650 or 5140711. OLE color: 5140711.
HSL color Cylindrical-coordinate representation of color #E7704E: hue angle of 13.33º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7704E is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 78 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.09 |
| HSL | 13.33º | 0.76% | 0.61% | - |
| HSV(B) | 13.33º | 0.66% | 0.91% | - |
| XYZ | 40.12 | 29.13 | 10.72 | - |
| YUV | 143.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 78 | 0 | 0.52 | 0.66 | 0.09 | 13.33 | 0.76 | 0.61 |
| Hex | E7 | 70 | 4E | 0 | 34 | 42 | 9 | D | 4C | 3D |
| Octal | 347 | 160 | 116 | 0 | 64 | 102 | 11 | 15 | 114 | 75 |
| Binary | 11100111 | 1110000 | 1001110 | 0 | 110100 | 1000010 | 1001 | 1101 | 1001100 | 111101 |
Color Harmonies of #E7704E
Complementary color
Monochromatic Colors of #E7704E
Black with #E7704E
Text Example
Text Example
White with #E7704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7704E; }
p { color: rgb(231,112,78); }
H1.HeaderClassName
{
color: #E7704E;
}
.AnyTagClassName
{
color: #E7704E;
}
</style>
background-color css
<style>
a { background-color: #E7704E; }
a { background-color: rgb(231,112,78); }
div.DivClassName
{
background-color: #E7704E;
}
.BgClassName
{
background-color: #E7704E;
}
</style>
border-color css
<style>
span { border-color: #E7704E; }
span { border-color: rgb(231,112,78); }
td.TdClassName
{
border-color: #E7704E;
}
.TagClassName
{
border-color: #E7704E;
}
</style>