Shades of Burnt Sienna #EA6E56
Tints of Burnt Sienna #EA6E56
RGB
CMYK
RGB Variations
Color information
#EA6E56 (or 0xEA6E56) is known color: Burnt Sienna. HEX triplet: EA, 6E and 56. RGB value is (234,110,86). Sum of RGB (Red+Green+Blue) = 234+110+86=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E56 is #1591A9. Grayscale: #909090. Windows color (decimal): -1413546 or 5664490. OLE color: 5664490.
HSL color Cylindrical-coordinate representation of color #EA6E56: hue angle of 9.73º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA6E56 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 86 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.08 |
| HSL | 9.73º | 0.78% | 0.63% | - |
| HSV(B) | 9.73º | 0.63% | 0.92% | - |
| XYZ | 41.19 | 29.32 | 12.29 | - |
| YUV | 144.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 86 | 0 | 0.53 | 0.63 | 0.08 | 9.73 | 0.78 | 0.63 |
| Hex | EA | 6E | 56 | 0 | 35 | 3F | 8 | A | 4E | 3F |
| Octal | 352 | 156 | 126 | 0 | 65 | 77 | 10 | 12 | 116 | 77 |
| Binary | 11101010 | 1101110 | 1010110 | 0 | 110101 | 111111 | 1000 | 1010 | 1001110 | 111111 |
Color Harmonies of #EA6E56
Complementary color
Monochromatic Colors of #EA6E56
Black with #EA6E56
Text Example
Text Example
White with #EA6E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6E56; }
p { color: rgb(234,110,86); }
H1.HeaderClassName
{
color: #EA6E56;
}
.AnyTagClassName
{
color: #EA6E56;
}
</style>
background-color css
<style>
a { background-color: #EA6E56; }
a { background-color: rgb(234,110,86); }
div.DivClassName
{
background-color: #EA6E56;
}
.BgClassName
{
background-color: #EA6E56;
}
</style>
border-color css
<style>
span { border-color: #EA6E56; }
span { border-color: rgb(234,110,86); }
td.TdClassName
{
border-color: #EA6E56;
}
.TagClassName
{
border-color: #EA6E56;
}
</style>