Shades of Burnt Sienna #E6704E
Tints of Burnt Sienna #E6704E
RGB
CMYK
RGB Variations
Color information
#E6704E (or 0xE6704E) is known color: Burnt Sienna. HEX triplet: E6, 70 and 4E. RGB value is (230,112,78). Sum of RGB (Red+Green+Blue) = 230+112+78=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6704E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6704E is #198FB1. Grayscale: #8F8F8F. Windows color (decimal): -1675186 or 5140710. OLE color: 5140710.
HSL color Cylindrical-coordinate representation of color #E6704E: hue angle of 13.42º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6704E is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 78 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.10 |
| HSL | 13.42º | 0.75% | 0.6% | - |
| HSV(B) | 13.42º | 0.66% | 0.9% | - |
| XYZ | 39.8 | 28.96 | 10.7 | - |
| YUV | 143.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 78 | 0 | 0.51 | 0.66 | 0.10 | 13.42 | 0.75 | 0.6 |
| Hex | E6 | 70 | 4E | 0 | 33 | 42 | A | D | 4B | 3C |
| Octal | 346 | 160 | 116 | 0 | 63 | 102 | 12 | 15 | 113 | 74 |
| Binary | 11100110 | 1110000 | 1001110 | 0 | 110011 | 1000010 | 1010 | 1101 | 1001011 | 111100 |
Color Harmonies of #E6704E
Complementary color
Monochromatic Colors of #E6704E
Black with #E6704E
Text Example
Text Example
White with #E6704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6704E; }
p { color: rgb(230,112,78); }
H1.HeaderClassName
{
color: #E6704E;
}
.AnyTagClassName
{
color: #E6704E;
}
</style>
background-color css
<style>
a { background-color: #E6704E; }
a { background-color: rgb(230,112,78); }
div.DivClassName
{
background-color: #E6704E;
}
.BgClassName
{
background-color: #E6704E;
}
</style>
border-color css
<style>
span { border-color: #E6704E; }
span { border-color: rgb(230,112,78); }
td.TdClassName
{
border-color: #E6704E;
}
.TagClassName
{
border-color: #E6704E;
}
</style>