Shades of Burnt Sienna #E77450
Tints of Burnt Sienna #E77450
RGB
CMYK
RGB Variations
Color information
#E77450 (or 0xE77450) is known color: Burnt Sienna. HEX triplet: E7, 74 and 50. RGB value is (231,116,80). Sum of RGB (Red+Green+Blue) = 231+116+80=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E77450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77450 is #188BAF. Grayscale: #929292. Windows color (decimal): -1608624 or 5272807. OLE color: 5272807.
HSL color Cylindrical-coordinate representation of color #E77450: hue angle of 14.3º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E77450 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 80 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.09 |
| HSL | 14.3º | 0.76% | 0.61% | - |
| HSV(B) | 14.3º | 0.65% | 0.91% | - |
| XYZ | 40.65 | 30.06 | 11.25 | - |
| YUV | 146.28 | 90.6 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 80 | 0 | 0.50 | 0.65 | 0.09 | 14.3 | 0.76 | 0.61 |
| Hex | E7 | 74 | 50 | 0 | 32 | 41 | 9 | E | 4C | 3D |
| Octal | 347 | 164 | 120 | 0 | 62 | 101 | 11 | 16 | 114 | 75 |
| Binary | 11100111 | 1110100 | 1010000 | 0 | 110010 | 1000001 | 1001 | 1110 | 1001100 | 111101 |
Color Harmonies of #E77450
Complementary color
Monochromatic Colors of #E77450
Black with #E77450
Text Example
Text Example
White with #E77450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77450; }
p { color: rgb(231,116,80); }
H1.HeaderClassName
{
color: #E77450;
}
.AnyTagClassName
{
color: #E77450;
}
</style>
background-color css
<style>
a { background-color: #E77450; }
a { background-color: rgb(231,116,80); }
div.DivClassName
{
background-color: #E77450;
}
.BgClassName
{
background-color: #E77450;
}
</style>
border-color css
<style>
span { border-color: #E77450; }
span { border-color: rgb(231,116,80); }
td.TdClassName
{
border-color: #E77450;
}
.TagClassName
{
border-color: #E77450;
}
</style>