Shades of Burnt Sienna #EA6D50
Tints of Burnt Sienna #EA6D50
RGB
CMYK
RGB Variations
Color information
#EA6D50 (or 0xEA6D50) is known color: Burnt Sienna. HEX triplet: EA, 6D and 50. RGB value is (234,109,80). Sum of RGB (Red+Green+Blue) = 234+109+80=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D50 is #1592AF. Grayscale: #8F8F8F. Windows color (decimal): -1413808 or 5271018. OLE color: 5271018.
HSL color Cylindrical-coordinate representation of color #EA6D50: hue angle of 11.3º 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 #EA6D50 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 80 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.08 |
| HSL | 11.3º | 0.79% | 0.62% | - |
| HSV(B) | 11.3º | 0.66% | 0.92% | - |
| XYZ | 40.85 | 29.01 | 11.04 | - |
| YUV | 143.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 80 | 0 | 0.53 | 0.66 | 0.08 | 11.3 | 0.79 | 0.62 |
| Hex | EA | 6D | 50 | 0 | 35 | 42 | 8 | B | 4F | 3E |
| Octal | 352 | 155 | 120 | 0 | 65 | 102 | 10 | 13 | 117 | 76 |
| Binary | 11101010 | 1101101 | 1010000 | 0 | 110101 | 1000010 | 1000 | 1011 | 1001111 | 111110 |
Color Harmonies of #EA6D50
Complementary color
Monochromatic Colors of #EA6D50
Black with #EA6D50
Text Example
Text Example
White with #EA6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D50; }
p { color: rgb(234,109,80); }
H1.HeaderClassName
{
color: #EA6D50;
}
.AnyTagClassName
{
color: #EA6D50;
}
</style>
background-color css
<style>
a { background-color: #EA6D50; }
a { background-color: rgb(234,109,80); }
div.DivClassName
{
background-color: #EA6D50;
}
.BgClassName
{
background-color: #EA6D50;
}
</style>
border-color css
<style>
span { border-color: #EA6D50; }
span { border-color: rgb(234,109,80); }
td.TdClassName
{
border-color: #EA6D50;
}
.TagClassName
{
border-color: #EA6D50;
}
</style>