Shades of Burnt Sienna #EA7253
Tints of Burnt Sienna #EA7253
RGB
CMYK
RGB Variations
Color information
#EA7253 (or 0xEA7253) is known color: Burnt Sienna. HEX triplet: EA, 72 and 53. RGB value is (234,114,83). Sum of RGB (Red+Green+Blue) = 234+114+83=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7253 is #158DAC. Grayscale: #929292. Windows color (decimal): -1412525 or 5468906. OLE color: 5468906.
HSL color Cylindrical-coordinate representation of color #EA7253: hue angle of 12.32º 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 #EA7253 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 83 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.08 |
| HSL | 12.32º | 0.78% | 0.62% | - |
| HSV(B) | 12.32º | 0.65% | 0.92% | - |
| XYZ | 41.51 | 30.15 | 11.82 | - |
| YUV | 146.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 83 | 0 | 0.51 | 0.65 | 0.08 | 12.32 | 0.78 | 0.62 |
| Hex | EA | 72 | 53 | 0 | 33 | 41 | 8 | C | 4E | 3E |
| Octal | 352 | 162 | 123 | 0 | 63 | 101 | 10 | 14 | 116 | 76 |
| Binary | 11101010 | 1110010 | 1010011 | 0 | 110011 | 1000001 | 1000 | 1100 | 1001110 | 111110 |
Color Harmonies of #EA7253
Complementary color
Monochromatic Colors of #EA7253
Black with #EA7253
Text Example
Text Example
White with #EA7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7253; }
p { color: rgb(234,114,83); }
H1.HeaderClassName
{
color: #EA7253;
}
.AnyTagClassName
{
color: #EA7253;
}
</style>
background-color css
<style>
a { background-color: #EA7253; }
a { background-color: rgb(234,114,83); }
div.DivClassName
{
background-color: #EA7253;
}
.BgClassName
{
background-color: #EA7253;
}
</style>
border-color css
<style>
span { border-color: #EA7253; }
span { border-color: rgb(234,114,83); }
td.TdClassName
{
border-color: #EA7253;
}
.TagClassName
{
border-color: #EA7253;
}
</style>