Shades of Burnt Sienna #EA6A50
Tints of Burnt Sienna #EA6A50
RGB
CMYK
RGB Variations
Color information
#EA6A50 (or 0xEA6A50) is known color: Burnt Sienna. HEX triplet: EA, 6A and 50. RGB value is (234,106,80). Sum of RGB (Red+Green+Blue) = 234+106+80=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A50 is #1595AF. Grayscale: #8D8D8D. Windows color (decimal): -1414576 or 5270250. OLE color: 5270250.
HSL color Cylindrical-coordinate representation of color #EA6A50: hue angle of 10.13º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA6A50 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 80 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.08 |
| HSL | 10.13º | 0.79% | 0.62% | - |
| HSV(B) | 10.13º | 0.66% | 0.92% | - |
| XYZ | 40.53 | 28.38 | 10.93 | - |
| YUV | 141.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 80 | 0 | 0.55 | 0.66 | 0.08 | 10.13 | 0.79 | 0.62 |
| Hex | EA | 6A | 50 | 0 | 37 | 42 | 8 | A | 4F | 3E |
| Octal | 352 | 152 | 120 | 0 | 67 | 102 | 10 | 12 | 117 | 76 |
| Binary | 11101010 | 1101010 | 1010000 | 0 | 110111 | 1000010 | 1000 | 1010 | 1001111 | 111110 |
Color Harmonies of #EA6A50
Complementary color
Monochromatic Colors of #EA6A50
Black with #EA6A50
Text Example
Text Example
White with #EA6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A50; }
p { color: rgb(234,106,80); }
H1.HeaderClassName
{
color: #EA6A50;
}
.AnyTagClassName
{
color: #EA6A50;
}
</style>
background-color css
<style>
a { background-color: #EA6A50; }
a { background-color: rgb(234,106,80); }
div.DivClassName
{
background-color: #EA6A50;
}
.BgClassName
{
background-color: #EA6A50;
}
</style>
border-color css
<style>
span { border-color: #EA6A50; }
span { border-color: rgb(234,106,80); }
td.TdClassName
{
border-color: #EA6A50;
}
.TagClassName
{
border-color: #EA6A50;
}
</style>