Shades of Burnt Sienna #EA7355
Tints of Burnt Sienna #EA7355
RGB
CMYK
RGB Variations
Color information
#EA7355 (or 0xEA7355) is known color: Burnt Sienna. HEX triplet: EA, 73 and 55. RGB value is (234,115,85). Sum of RGB (Red+Green+Blue) = 234+115+85=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7355 is #158CAA. Grayscale: #939393. Windows color (decimal): -1412267 or 5600234. OLE color: 5600234.
HSL color Cylindrical-coordinate representation of color #EA7355: hue angle of 12.08º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA7355 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 85 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.08 |
| HSL | 12.08º | 0.78% | 0.63% | - |
| HSV(B) | 12.08º | 0.64% | 0.92% | - |
| XYZ | 41.7 | 30.41 | 12.27 | - |
| YUV | 147.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 85 | 0 | 0.51 | 0.64 | 0.08 | 12.08 | 0.78 | 0.63 |
| Hex | EA | 73 | 55 | 0 | 33 | 40 | 8 | C | 4E | 3F |
| Octal | 352 | 163 | 125 | 0 | 63 | 100 | 10 | 14 | 116 | 77 |
| Binary | 11101010 | 1110011 | 1010101 | 0 | 110011 | 1000000 | 1000 | 1100 | 1001110 | 111111 |
Color Harmonies of #EA7355
Complementary color
Monochromatic Colors of #EA7355
Black with #EA7355
Text Example
Text Example
White with #EA7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7355; }
p { color: rgb(234,115,85); }
H1.HeaderClassName
{
color: #EA7355;
}
.AnyTagClassName
{
color: #EA7355;
}
</style>
background-color css
<style>
a { background-color: #EA7355; }
a { background-color: rgb(234,115,85); }
div.DivClassName
{
background-color: #EA7355;
}
.BgClassName
{
background-color: #EA7355;
}
</style>
border-color css
<style>
span { border-color: #EA7355; }
span { border-color: rgb(234,115,85); }
td.TdClassName
{
border-color: #EA7355;
}
.TagClassName
{
border-color: #EA7355;
}
</style>