Shades of Burnt Sienna #EA785A
Tints of Burnt Sienna #EA785A
RGB
CMYK
RGB Variations
Color information
#EA785A (or 0xEA785A) is known color: Burnt Sienna. HEX triplet: EA, 78 and 5A. RGB value is (234,120,90). Sum of RGB (Red+Green+Blue) = 234+120+90=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA785A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA785A is #1587A5. Grayscale: #969696. Windows color (decimal): -1410982 or 5929194. OLE color: 5929194.
HSL color Cylindrical-coordinate representation of color #EA785A: hue angle of 12.5º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA785A is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 90 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.08 |
| HSL | 12.5º | 0.77% | 0.64% | - |
| HSV(B) | 12.5º | 0.62% | 0.92% | - |
| XYZ | 42.49 | 31.66 | 13.54 | - |
| YUV | 150.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 90 | 0 | 0.49 | 0.62 | 0.08 | 12.5 | 0.77 | 0.64 |
| Hex | EA | 78 | 5A | 0 | 31 | 3E | 8 | C | 4D | 40 |
| Octal | 352 | 170 | 132 | 0 | 61 | 76 | 10 | 14 | 115 | 100 |
| Binary | 11101010 | 1111000 | 1011010 | 0 | 110001 | 111110 | 1000 | 1100 | 1001101 | 1000000 |
Color Harmonies of #EA785A
Complementary color
Monochromatic Colors of #EA785A
Black with #EA785A
Text Example
Text Example
White with #EA785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA785A; }
p { color: rgb(234,120,90); }
H1.HeaderClassName
{
color: #EA785A;
}
.AnyTagClassName
{
color: #EA785A;
}
</style>
background-color css
<style>
a { background-color: #EA785A; }
a { background-color: rgb(234,120,90); }
div.DivClassName
{
background-color: #EA785A;
}
.BgClassName
{
background-color: #EA785A;
}
</style>
border-color css
<style>
span { border-color: #EA785A; }
span { border-color: rgb(234,120,90); }
td.TdClassName
{
border-color: #EA785A;
}
.TagClassName
{
border-color: #EA785A;
}
</style>