Shades of Burnt Sienna #E6714B
Tints of Burnt Sienna #E6714B
RGB
CMYK
RGB Variations
Color information
#E6714B (or 0xE6714B) is known color: Burnt Sienna. HEX triplet: E6, 71 and 4B. RGB value is (230,113,75). Sum of RGB (Red+Green+Blue) = 230+113+75=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6714B is #198EB4. Grayscale: #8F8F8F. Windows color (decimal): -1674933 or 4944358. OLE color: 4944358.
HSL color Cylindrical-coordinate representation of color #E6714B: hue angle of 14.71º degrees, saturation: 0.76, 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 #E6714B is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 75 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.10 |
| HSL | 14.71º | 0.76% | 0.6% | - |
| HSV(B) | 14.71º | 0.67% | 0.9% | - |
| XYZ | 39.81 | 29.14 | 10.18 | - |
| YUV | 143.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 75 | 0 | 0.51 | 0.67 | 0.10 | 14.71 | 0.76 | 0.6 |
| Hex | E6 | 71 | 4B | 0 | 33 | 43 | A | F | 4C | 3C |
| Octal | 346 | 161 | 113 | 0 | 63 | 103 | 12 | 17 | 114 | 74 |
| Binary | 11100110 | 1110001 | 1001011 | 0 | 110011 | 1000011 | 1010 | 1111 | 1001100 | 111100 |
Color Harmonies of #E6714B
Complementary color
Monochromatic Colors of #E6714B
Black with #E6714B
Text Example
Text Example
White with #E6714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6714B; }
p { color: rgb(230,113,75); }
H1.HeaderClassName
{
color: #E6714B;
}
.AnyTagClassName
{
color: #E6714B;
}
</style>
background-color css
<style>
a { background-color: #E6714B; }
a { background-color: rgb(230,113,75); }
div.DivClassName
{
background-color: #E6714B;
}
.BgClassName
{
background-color: #E6714B;
}
</style>
border-color css
<style>
span { border-color: #E6714B; }
span { border-color: rgb(230,113,75); }
td.TdClassName
{
border-color: #E6714B;
}
.TagClassName
{
border-color: #E6714B;
}
</style>