Shades of Burnt Sienna #E3714A
Tints of Burnt Sienna #E3714A
RGB
CMYK
RGB Variations
Color information
#E3714A (or 0xE3714A) is known color: Burnt Sienna. HEX triplet: E3, 71 and 4A. RGB value is (227,113,74). Sum of RGB (Red+Green+Blue) = 227+113+74=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E3714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3714A is #1C8EB5. Grayscale: #8E8E8E. Windows color (decimal): -1871542 or 4878819. OLE color: 4878819.
HSL color Cylindrical-coordinate representation of color #E3714A: hue angle of 15.29º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3714A is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 74 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.11 |
| HSL | 15.29º | 0.73% | 0.59% | - |
| HSV(B) | 15.29º | 0.67% | 0.89% | - |
| XYZ | 38.82 | 28.64 | 9.96 | - |
| YUV | 142.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 74 | 0 | 0.50 | 0.67 | 0.11 | 15.29 | 0.73 | 0.59 |
| Hex | E3 | 71 | 4A | 0 | 32 | 43 | B | F | 49 | 3B |
| Octal | 343 | 161 | 112 | 0 | 62 | 103 | 13 | 17 | 111 | 73 |
| Binary | 11100011 | 1110001 | 1001010 | 0 | 110010 | 1000011 | 1011 | 1111 | 1001001 | 111011 |
Color Harmonies of #E3714A
Complementary color
Monochromatic Colors of #E3714A
Black with #E3714A
Text Example
Text Example
White with #E3714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3714A; }
p { color: rgb(227,113,74); }
H1.HeaderClassName
{
color: #E3714A;
}
.AnyTagClassName
{
color: #E3714A;
}
</style>
background-color css
<style>
a { background-color: #E3714A; }
a { background-color: rgb(227,113,74); }
div.DivClassName
{
background-color: #E3714A;
}
.BgClassName
{
background-color: #E3714A;
}
</style>
border-color css
<style>
span { border-color: #E3714A; }
span { border-color: rgb(227,113,74); }
td.TdClassName
{
border-color: #E3714A;
}
.TagClassName
{
border-color: #E3714A;
}
</style>