Shades of Burnt Sienna #E7714B
Tints of Burnt Sienna #E7714B
RGB
CMYK
RGB Variations
Color information
#E7714B (or 0xE7714B) is known color: Burnt Sienna. HEX triplet: E7, 71 and 4B. RGB value is (231,113,75). Sum of RGB (Red+Green+Blue) = 231+113+75=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7714B is #188EB4. Grayscale: #909090. Windows color (decimal): -1609397 or 4944359. OLE color: 4944359.
HSL color Cylindrical-coordinate representation of color #E7714B: hue angle of 14.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7714B is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 75 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.09 |
| HSL | 14.62º | 0.76% | 0.6% | - |
| HSV(B) | 14.62º | 0.68% | 0.91% | - |
| XYZ | 40.13 | 29.31 | 10.2 | - |
| YUV | 143.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 75 | 0 | 0.51 | 0.68 | 0.09 | 14.62 | 0.76 | 0.6 |
| Hex | E7 | 71 | 4B | 0 | 33 | 44 | 9 | F | 4C | 3C |
| Octal | 347 | 161 | 113 | 0 | 63 | 104 | 11 | 17 | 114 | 74 |
| Binary | 11100111 | 1110001 | 1001011 | 0 | 110011 | 1000100 | 1001 | 1111 | 1001100 | 111100 |
Color Harmonies of #E7714B
Complementary color
Monochromatic Colors of #E7714B
Black with #E7714B
Text Example
Text Example
White with #E7714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7714B; }
p { color: rgb(231,113,75); }
H1.HeaderClassName
{
color: #E7714B;
}
.AnyTagClassName
{
color: #E7714B;
}
</style>
background-color css
<style>
a { background-color: #E7714B; }
a { background-color: rgb(231,113,75); }
div.DivClassName
{
background-color: #E7714B;
}
.BgClassName
{
background-color: #E7714B;
}
</style>
border-color css
<style>
span { border-color: #E7714B; }
span { border-color: rgb(231,113,75); }
td.TdClassName
{
border-color: #E7714B;
}
.TagClassName
{
border-color: #E7714B;
}
</style>