Shades of Burnt Sienna #E6704A
Tints of Burnt Sienna #E6704A
RGB
CMYK
RGB Variations
Color information
#E6704A (or 0xE6704A) is known color: Burnt Sienna. HEX triplet: E6, 70 and 4A. RGB value is (230,112,74). Sum of RGB (Red+Green+Blue) = 230+112+74=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E6704A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6704A is #198FB5. Grayscale: #8F8F8F. Windows color (decimal): -1675190 or 4878566. OLE color: 4878566.
HSL color Cylindrical-coordinate representation of color #E6704A: hue angle of 14.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6704A is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 74 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.10 |
| HSL | 14.62º | 0.76% | 0.6% | - |
| HSV(B) | 14.62º | 0.68% | 0.9% | - |
| XYZ | 39.66 | 28.91 | 9.97 | - |
| YUV | 142.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 74 | 0 | 0.51 | 0.68 | 0.10 | 14.62 | 0.76 | 0.6 |
| Hex | E6 | 70 | 4A | 0 | 33 | 44 | A | F | 4C | 3C |
| Octal | 346 | 160 | 112 | 0 | 63 | 104 | 12 | 17 | 114 | 74 |
| Binary | 11100110 | 1110000 | 1001010 | 0 | 110011 | 1000100 | 1010 | 1111 | 1001100 | 111100 |
Color Harmonies of #E6704A
Complementary color
Monochromatic Colors of #E6704A
Black with #E6704A
Text Example
Text Example
White with #E6704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6704A; }
p { color: rgb(230,112,74); }
H1.HeaderClassName
{
color: #E6704A;
}
.AnyTagClassName
{
color: #E6704A;
}
</style>
background-color css
<style>
a { background-color: #E6704A; }
a { background-color: rgb(230,112,74); }
div.DivClassName
{
background-color: #E6704A;
}
.BgClassName
{
background-color: #E6704A;
}
</style>
border-color css
<style>
span { border-color: #E6704A; }
span { border-color: rgb(230,112,74); }
td.TdClassName
{
border-color: #E6704A;
}
.TagClassName
{
border-color: #E6704A;
}
</style>