Shades of Burnt Sienna #EA6B49
Tints of Burnt Sienna #EA6B49
RGB
CMYK
RGB Variations
Color information
#EA6B49 (or 0xEA6B49) is known color: Burnt Sienna. HEX triplet: EA, 6B and 49. RGB value is (234,107,73). Sum of RGB (Red+Green+Blue) = 234+107+73=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6B49 is #1594B6. Grayscale: #8D8D8D. Windows color (decimal): -1414327 or 4811754. OLE color: 4811754.
HSL color Cylindrical-coordinate representation of color #EA6B49: hue angle of 12.67º 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 #EA6B49 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 73 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.08 |
| HSL | 12.67º | 0.79% | 0.6% | - |
| HSV(B) | 12.67º | 0.69% | 0.92% | - |
| XYZ | 40.39 | 28.49 | 9.67 | - |
| YUV | 141.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 73 | 0 | 0.54 | 0.69 | 0.08 | 12.67 | 0.79 | 0.6 |
| Hex | EA | 6B | 49 | 0 | 36 | 45 | 8 | D | 4F | 3C |
| Octal | 352 | 153 | 111 | 0 | 66 | 105 | 10 | 15 | 117 | 74 |
| Binary | 11101010 | 1101011 | 1001001 | 0 | 110110 | 1000101 | 1000 | 1101 | 1001111 | 111100 |
Color Harmonies of #EA6B49
Complementary color
Monochromatic Colors of #EA6B49
Black with #EA6B49
Text Example
Text Example
White with #EA6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B49; }
p { color: rgb(234,107,73); }
H1.HeaderClassName
{
color: #EA6B49;
}
.AnyTagClassName
{
color: #EA6B49;
}
</style>
background-color css
<style>
a { background-color: #EA6B49; }
a { background-color: rgb(234,107,73); }
div.DivClassName
{
background-color: #EA6B49;
}
.BgClassName
{
background-color: #EA6B49;
}
</style>
border-color css
<style>
span { border-color: #EA6B49; }
span { border-color: rgb(234,107,73); }
td.TdClassName
{
border-color: #EA6B49;
}
.TagClassName
{
border-color: #EA6B49;
}
</style>