Shades of Burnt Sienna #EA704C
Tints of Burnt Sienna #EA704C
RGB
CMYK
RGB Variations
Color information
#EA704C (or 0xEA704C) is known color: Burnt Sienna. HEX triplet: EA, 70 and 4C. RGB value is (234,112,76). Sum of RGB (Red+Green+Blue) = 234+112+76=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA704C is #158FB3. Grayscale: #909090. Windows color (decimal): -1413044 or 5009642. OLE color: 5009642.
HSL color Cylindrical-coordinate representation of color #EA704C: hue angle of 13.67º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA704C is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 76 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.08 |
| HSL | 13.67º | 0.79% | 0.61% | - |
| HSV(B) | 13.67º | 0.68% | 0.92% | - |
| XYZ | 41.03 | 29.6 | 10.39 | - |
| YUV | 144.37 | 89.42 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 76 | 0 | 0.52 | 0.68 | 0.08 | 13.67 | 0.79 | 0.61 |
| Hex | EA | 70 | 4C | 0 | 34 | 44 | 8 | E | 4F | 3D |
| Octal | 352 | 160 | 114 | 0 | 64 | 104 | 10 | 16 | 117 | 75 |
| Binary | 11101010 | 1110000 | 1001100 | 0 | 110100 | 1000100 | 1000 | 1110 | 1001111 | 111101 |
Color Harmonies of #EA704C
Complementary color
Monochromatic Colors of #EA704C
Black with #EA704C
Text Example
Text Example
White with #EA704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA704C; }
p { color: rgb(234,112,76); }
H1.HeaderClassName
{
color: #EA704C;
}
.AnyTagClassName
{
color: #EA704C;
}
</style>
background-color css
<style>
a { background-color: #EA704C; }
a { background-color: rgb(234,112,76); }
div.DivClassName
{
background-color: #EA704C;
}
.BgClassName
{
background-color: #EA704C;
}
</style>
border-color css
<style>
span { border-color: #EA704C; }
span { border-color: rgb(234,112,76); }
td.TdClassName
{
border-color: #EA704C;
}
.TagClassName
{
border-color: #EA704C;
}
</style>