Shades of Burnt Sienna #E2764D
Tints of Burnt Sienna #E2764D
RGB
CMYK
RGB Variations
Color information
#E2764D (or 0xE2764D) is known color: Burnt Sienna. HEX triplet: E2, 76 and 4D. RGB value is (226,118,77). Sum of RGB (Red+Green+Blue) = 226+118+77=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2764D is #1D89B2. Grayscale: #919191. Windows color (decimal): -1935795 or 5076706. OLE color: 5076706.
HSL color Cylindrical-coordinate representation of color #E2764D: hue angle of 16.51º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2764D is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 77 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.11 |
| HSL | 16.51º | 0.72% | 0.59% | - |
| HSV(B) | 16.51º | 0.66% | 0.89% | - |
| XYZ | 39.18 | 29.66 | 10.68 | - |
| YUV | 145.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 77 | 0 | 0.48 | 0.66 | 0.11 | 16.51 | 0.72 | 0.59 |
| Hex | E2 | 76 | 4D | 0 | 30 | 42 | B | 11 | 48 | 3B |
| Octal | 342 | 166 | 115 | 0 | 60 | 102 | 13 | 21 | 110 | 73 |
| Binary | 11100010 | 1110110 | 1001101 | 0 | 110000 | 1000010 | 1011 | 10001 | 1001000 | 111011 |
Color Harmonies of #E2764D
Complementary color
Monochromatic Colors of #E2764D
Black with #E2764D
Text Example
Text Example
White with #E2764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2764D; }
p { color: rgb(226,118,77); }
H1.HeaderClassName
{
color: #E2764D;
}
.AnyTagClassName
{
color: #E2764D;
}
</style>
background-color css
<style>
a { background-color: #E2764D; }
a { background-color: rgb(226,118,77); }
div.DivClassName
{
background-color: #E2764D;
}
.BgClassName
{
background-color: #E2764D;
}
</style>
border-color css
<style>
span { border-color: #E2764D; }
span { border-color: rgb(226,118,77); }
td.TdClassName
{
border-color: #E2764D;
}
.TagClassName
{
border-color: #E2764D;
}
</style>