Shades of Burnt Sienna #EA7348
Tints of Burnt Sienna #EA7348
RGB
CMYK
RGB Variations
Color information
#EA7348 (or 0xEA7348) is known color: Burnt Sienna. HEX triplet: EA, 73 and 48. RGB value is (234,115,72). Sum of RGB (Red+Green+Blue) = 234+115+72=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7348 is #158CB7. Grayscale: #919191. Windows color (decimal): -1412280 or 4748266. OLE color: 4748266.
HSL color Cylindrical-coordinate representation of color #EA7348: hue angle of 15.93º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA7348 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 72 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.08 |
| HSL | 15.93º | 0.79% | 0.6% | - |
| HSV(B) | 15.93º | 0.69% | 0.92% | - |
| XYZ | 41.23 | 30.22 | 9.79 | - |
| YUV | 145.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 72 | 0 | 0.51 | 0.69 | 0.08 | 15.93 | 0.79 | 0.6 |
| Hex | EA | 73 | 48 | 0 | 33 | 45 | 8 | 10 | 4F | 3C |
| Octal | 352 | 163 | 110 | 0 | 63 | 105 | 10 | 20 | 117 | 74 |
| Binary | 11101010 | 1110011 | 1001000 | 0 | 110011 | 1000101 | 1000 | 10000 | 1001111 | 111100 |
Color Harmonies of #EA7348
Complementary color
Monochromatic Colors of #EA7348
Black with #EA7348
Text Example
Text Example
White with #EA7348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7348; }
p { color: rgb(234,115,72); }
H1.HeaderClassName
{
color: #EA7348;
}
.AnyTagClassName
{
color: #EA7348;
}
</style>
background-color css
<style>
a { background-color: #EA7348; }
a { background-color: rgb(234,115,72); }
div.DivClassName
{
background-color: #EA7348;
}
.BgClassName
{
background-color: #EA7348;
}
</style>
border-color css
<style>
span { border-color: #EA7348; }
span { border-color: rgb(234,115,72); }
td.TdClassName
{
border-color: #EA7348;
}
.TagClassName
{
border-color: #EA7348;
}
</style>