Shades of Burnt Sienna #E6704D
Tints of Burnt Sienna #E6704D
RGB
CMYK
RGB Variations
Color information
#E6704D (or 0xE6704D) is known color: Burnt Sienna. HEX triplet: E6, 70 and 4D. RGB value is (230,112,77). Sum of RGB (Red+Green+Blue) = 230+112+77=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6704D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6704D is #198FB2. Grayscale: #8F8F8F. Windows color (decimal): -1675187 or 5075174. OLE color: 5075174.
HSL color Cylindrical-coordinate representation of color #E6704D: hue angle of 13.73º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6704D is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 77 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.10 |
| HSL | 13.73º | 0.75% | 0.6% | - |
| HSV(B) | 13.73º | 0.67% | 0.9% | - |
| XYZ | 39.77 | 28.95 | 10.51 | - |
| YUV | 143.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 77 | 0 | 0.51 | 0.67 | 0.10 | 13.73 | 0.75 | 0.6 |
| Hex | E6 | 70 | 4D | 0 | 33 | 43 | A | E | 4B | 3C |
| Octal | 346 | 160 | 115 | 0 | 63 | 103 | 12 | 16 | 113 | 74 |
| Binary | 11100110 | 1110000 | 1001101 | 0 | 110011 | 1000011 | 1010 | 1110 | 1001011 | 111100 |
Color Harmonies of #E6704D
Complementary color
Monochromatic Colors of #E6704D
Black with #E6704D
Text Example
Text Example
White with #E6704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6704D; }
p { color: rgb(230,112,77); }
H1.HeaderClassName
{
color: #E6704D;
}
.AnyTagClassName
{
color: #E6704D;
}
</style>
background-color css
<style>
a { background-color: #E6704D; }
a { background-color: rgb(230,112,77); }
div.DivClassName
{
background-color: #E6704D;
}
.BgClassName
{
background-color: #E6704D;
}
</style>
border-color css
<style>
span { border-color: #E6704D; }
span { border-color: rgb(230,112,77); }
td.TdClassName
{
border-color: #E6704D;
}
.TagClassName
{
border-color: #E6704D;
}
</style>