Shades of Burnt Sienna #EA734D
Tints of Burnt Sienna #EA734D
RGB
CMYK
RGB Variations
Color information
#EA734D (or 0xEA734D) is known color: Burnt Sienna. HEX triplet: EA, 73 and 4D. RGB value is (234,115,77). Sum of RGB (Red+Green+Blue) = 234+115+77=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA734D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA734D is #158CB2. Grayscale: #929292. Windows color (decimal): -1412275 or 5075946. OLE color: 5075946.
HSL color Cylindrical-coordinate representation of color #EA734D: hue angle of 14.52º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA734D is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 77 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.08 |
| HSL | 14.52º | 0.79% | 0.61% | - |
| HSV(B) | 14.52º | 0.67% | 0.92% | - |
| XYZ | 41.4 | 30.29 | 10.69 | - |
| YUV | 146.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 77 | 0 | 0.51 | 0.67 | 0.08 | 14.52 | 0.79 | 0.61 |
| Hex | EA | 73 | 4D | 0 | 33 | 43 | 8 | F | 4F | 3D |
| Octal | 352 | 163 | 115 | 0 | 63 | 103 | 10 | 17 | 117 | 75 |
| Binary | 11101010 | 1110011 | 1001101 | 0 | 110011 | 1000011 | 1000 | 1111 | 1001111 | 111101 |
Color Harmonies of #EA734D
Complementary color
Monochromatic Colors of #EA734D
Black with #EA734D
Text Example
Text Example
White with #EA734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA734D; }
p { color: rgb(234,115,77); }
H1.HeaderClassName
{
color: #EA734D;
}
.AnyTagClassName
{
color: #EA734D;
}
</style>
background-color css
<style>
a { background-color: #EA734D; }
a { background-color: rgb(234,115,77); }
div.DivClassName
{
background-color: #EA734D;
}
.BgClassName
{
background-color: #EA734D;
}
</style>
border-color css
<style>
span { border-color: #EA734D; }
span { border-color: rgb(234,115,77); }
td.TdClassName
{
border-color: #EA734D;
}
.TagClassName
{
border-color: #EA734D;
}
</style>