Shades of Burnt Sienna #EA6B55
Tints of Burnt Sienna #EA6B55
RGB
CMYK
RGB Variations
Color information
#EA6B55 (or 0xEA6B55) is known color: Burnt Sienna. HEX triplet: EA, 6B and 55. RGB value is (234,107,85). Sum of RGB (Red+Green+Blue) = 234+107+85=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B55 is #1594AA. Grayscale: #8E8E8E. Windows color (decimal): -1414315 or 5598186. OLE color: 5598186.
HSL color Cylindrical-coordinate representation of color #EA6B55: hue angle of 8.86º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA6B55 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 85 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.08 |
| HSL | 8.86º | 0.78% | 0.63% | - |
| HSV(B) | 8.86º | 0.64% | 0.92% | - |
| XYZ | 40.83 | 28.66 | 11.98 | - |
| YUV | 142.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 85 | 0 | 0.54 | 0.64 | 0.08 | 8.86 | 0.78 | 0.63 |
| Hex | EA | 6B | 55 | 0 | 36 | 40 | 8 | 9 | 4E | 3F |
| Octal | 352 | 153 | 125 | 0 | 66 | 100 | 10 | 11 | 116 | 77 |
| Binary | 11101010 | 1101011 | 1010101 | 0 | 110110 | 1000000 | 1000 | 1001 | 1001110 | 111111 |
Color Harmonies of #EA6B55
Complementary color
Monochromatic Colors of #EA6B55
Black with #EA6B55
Text Example
Text Example
White with #EA6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B55; }
p { color: rgb(234,107,85); }
H1.HeaderClassName
{
color: #EA6B55;
}
.AnyTagClassName
{
color: #EA6B55;
}
</style>
background-color css
<style>
a { background-color: #EA6B55; }
a { background-color: rgb(234,107,85); }
div.DivClassName
{
background-color: #EA6B55;
}
.BgClassName
{
background-color: #EA6B55;
}
</style>
border-color css
<style>
span { border-color: #EA6B55; }
span { border-color: rgb(234,107,85); }
td.TdClassName
{
border-color: #EA6B55;
}
.TagClassName
{
border-color: #EA6B55;
}
</style>