Shades of Burnt Sienna #EA7450
Tints of Burnt Sienna #EA7450
RGB
CMYK
RGB Variations
Color information
#EA7450 (or 0xEA7450) is known color: Burnt Sienna. HEX triplet: EA, 74 and 50. RGB value is (234,116,80). Sum of RGB (Red+Green+Blue) = 234+116+80=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7450 is #158BAF. Grayscale: #939393. Windows color (decimal): -1412016 or 5272810. OLE color: 5272810.
HSL color Cylindrical-coordinate representation of color #EA7450: hue angle of 14.03º 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 #EA7450 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 80 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.08 |
| HSL | 14.03º | 0.79% | 0.62% | - |
| HSV(B) | 14.03º | 0.66% | 0.92% | - |
| XYZ | 41.63 | 30.56 | 11.29 | - |
| YUV | 147.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 80 | 0 | 0.50 | 0.66 | 0.08 | 14.03 | 0.79 | 0.62 |
| Hex | EA | 74 | 50 | 0 | 32 | 42 | 8 | E | 4F | 3E |
| Octal | 352 | 164 | 120 | 0 | 62 | 102 | 10 | 16 | 117 | 76 |
| Binary | 11101010 | 1110100 | 1010000 | 0 | 110010 | 1000010 | 1000 | 1110 | 1001111 | 111110 |
Color Harmonies of #EA7450
Complementary color
Monochromatic Colors of #EA7450
Black with #EA7450
Text Example
Text Example
White with #EA7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7450; }
p { color: rgb(234,116,80); }
H1.HeaderClassName
{
color: #EA7450;
}
.AnyTagClassName
{
color: #EA7450;
}
</style>
background-color css
<style>
a { background-color: #EA7450; }
a { background-color: rgb(234,116,80); }
div.DivClassName
{
background-color: #EA7450;
}
.BgClassName
{
background-color: #EA7450;
}
</style>
border-color css
<style>
span { border-color: #EA7450; }
span { border-color: rgb(234,116,80); }
td.TdClassName
{
border-color: #EA7450;
}
.TagClassName
{
border-color: #EA7450;
}
</style>