Shades of Burnt Sienna #EA7053
Tints of Burnt Sienna #EA7053
RGB
CMYK
RGB Variations
Color information
#EA7053 (or 0xEA7053) is known color: Burnt Sienna. HEX triplet: EA, 70 and 53. RGB value is (234,112,83). Sum of RGB (Red+Green+Blue) = 234+112+83=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7053 is #158FAC. Grayscale: #919191. Windows color (decimal): -1413037 or 5468394. OLE color: 5468394.
HSL color Cylindrical-coordinate representation of color #EA7053: hue angle of 11.52º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA7053 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 83 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.08 |
| HSL | 11.52º | 0.78% | 0.62% | - |
| HSV(B) | 11.52º | 0.65% | 0.92% | - |
| XYZ | 41.29 | 29.71 | 11.74 | - |
| YUV | 145.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 83 | 0 | 0.52 | 0.65 | 0.08 | 11.52 | 0.78 | 0.62 |
| Hex | EA | 70 | 53 | 0 | 34 | 41 | 8 | C | 4E | 3E |
| Octal | 352 | 160 | 123 | 0 | 64 | 101 | 10 | 14 | 116 | 76 |
| Binary | 11101010 | 1110000 | 1010011 | 0 | 110100 | 1000001 | 1000 | 1100 | 1001110 | 111110 |
Color Harmonies of #EA7053
Complementary color
Monochromatic Colors of #EA7053
Black with #EA7053
Text Example
Text Example
White with #EA7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7053; }
p { color: rgb(234,112,83); }
H1.HeaderClassName
{
color: #EA7053;
}
.AnyTagClassName
{
color: #EA7053;
}
</style>
background-color css
<style>
a { background-color: #EA7053; }
a { background-color: rgb(234,112,83); }
div.DivClassName
{
background-color: #EA7053;
}
.BgClassName
{
background-color: #EA7053;
}
</style>
border-color css
<style>
span { border-color: #EA7053; }
span { border-color: rgb(234,112,83); }
td.TdClassName
{
border-color: #EA7053;
}
.TagClassName
{
border-color: #EA7053;
}
</style>