Shades of Burnt Sienna #EA6A47
Tints of Burnt Sienna #EA6A47
RGB
CMYK
RGB Variations
Color information
#EA6A47 (or 0xEA6A47) is known color: Burnt Sienna. HEX triplet: EA, 6A and 47. RGB value is (234,106,71). Sum of RGB (Red+Green+Blue) = 234+106+71=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6A47 is #1595B8. Grayscale: #8C8C8C. Windows color (decimal): -1414585 or 4680426. OLE color: 4680426.
HSL color Cylindrical-coordinate representation of color #EA6A47: hue angle of 12.88º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA6A47 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 71 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.08 |
| HSL | 12.88º | 0.8% | 0.6% | - |
| HSV(B) | 12.88º | 0.7% | 0.92% | - |
| XYZ | 40.22 | 28.26 | 9.3 | - |
| YUV | 140.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 71 | 0 | 0.55 | 0.70 | 0.08 | 12.88 | 0.8 | 0.6 |
| Hex | EA | 6A | 47 | 0 | 37 | 46 | 8 | D | 50 | 3C |
| Octal | 352 | 152 | 107 | 0 | 67 | 106 | 10 | 15 | 120 | 74 |
| Binary | 11101010 | 1101010 | 1000111 | 0 | 110111 | 1000110 | 1000 | 1101 | 1010000 | 111100 |
Color Harmonies of #EA6A47
Complementary color
Monochromatic Colors of #EA6A47
Black with #EA6A47
Text Example
Text Example
White with #EA6A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A47; }
p { color: rgb(234,106,71); }
H1.HeaderClassName
{
color: #EA6A47;
}
.AnyTagClassName
{
color: #EA6A47;
}
</style>
background-color css
<style>
a { background-color: #EA6A47; }
a { background-color: rgb(234,106,71); }
div.DivClassName
{
background-color: #EA6A47;
}
.BgClassName
{
background-color: #EA6A47;
}
</style>
border-color css
<style>
span { border-color: #EA6A47; }
span { border-color: rgb(234,106,71); }
td.TdClassName
{
border-color: #EA6A47;
}
.TagClassName
{
border-color: #EA6A47;
}
</style>