Shades of Burnt Sienna #EA7955
Tints of Burnt Sienna #EA7955
RGB
CMYK
RGB Variations
Color information
#EA7955 (or 0xEA7955) is known color: Burnt Sienna. HEX triplet: EA, 79 and 55. RGB value is (234,121,85). Sum of RGB (Red+Green+Blue) = 234+121+85=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7955 is #1586AA. Grayscale: #969696. Windows color (decimal): -1410731 or 5601770. OLE color: 5601770.
HSL color Cylindrical-coordinate representation of color #EA7955: hue angle of 14.5º 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 #EA7955 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 85 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.08 |
| HSL | 14.5º | 0.78% | 0.63% | - |
| HSV(B) | 14.5º | 0.64% | 0.92% | - |
| XYZ | 42.41 | 31.82 | 12.5 | - |
| YUV | 150.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 85 | 0 | 0.48 | 0.64 | 0.08 | 14.5 | 0.78 | 0.63 |
| Hex | EA | 79 | 55 | 0 | 30 | 40 | 8 | E | 4E | 3F |
| Octal | 352 | 171 | 125 | 0 | 60 | 100 | 10 | 16 | 116 | 77 |
| Binary | 11101010 | 1111001 | 1010101 | 0 | 110000 | 1000000 | 1000 | 1110 | 1001110 | 111111 |
Color Harmonies of #EA7955
Complementary color
Monochromatic Colors of #EA7955
Black with #EA7955
Text Example
Text Example
White with #EA7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7955; }
p { color: rgb(234,121,85); }
H1.HeaderClassName
{
color: #EA7955;
}
.AnyTagClassName
{
color: #EA7955;
}
</style>
background-color css
<style>
a { background-color: #EA7955; }
a { background-color: rgb(234,121,85); }
div.DivClassName
{
background-color: #EA7955;
}
.BgClassName
{
background-color: #EA7955;
}
</style>
border-color css
<style>
span { border-color: #EA7955; }
span { border-color: rgb(234,121,85); }
td.TdClassName
{
border-color: #EA7955;
}
.TagClassName
{
border-color: #EA7955;
}
</style>