Shades of Burnt Sienna #E2764F
Tints of Burnt Sienna #E2764F
RGB
CMYK
RGB Variations
Color information
#E2764F (or 0xE2764F) is known color: Burnt Sienna. HEX triplet: E2, 76 and 4F. RGB value is (226,118,79). Sum of RGB (Red+Green+Blue) = 226+118+79=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2764F is #1D89B0. Grayscale: #929292. Windows color (decimal): -1935793 or 5207778. OLE color: 5207778.
HSL color Cylindrical-coordinate representation of color #E2764F: hue angle of 15.92º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2764F is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 79 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.11 |
| HSL | 15.92º | 0.72% | 0.6% | - |
| HSV(B) | 15.92º | 0.65% | 0.89% | - |
| XYZ | 39.25 | 29.69 | 11.06 | - |
| YUV | 145.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 79 | 0 | 0.48 | 0.65 | 0.11 | 15.92 | 0.72 | 0.6 |
| Hex | E2 | 76 | 4F | 0 | 30 | 41 | B | 10 | 48 | 3C |
| Octal | 342 | 166 | 117 | 0 | 60 | 101 | 13 | 20 | 110 | 74 |
| Binary | 11100010 | 1110110 | 1001111 | 0 | 110000 | 1000001 | 1011 | 10000 | 1001000 | 111100 |
Color Harmonies of #E2764F
Complementary color
Monochromatic Colors of #E2764F
Black with #E2764F
Text Example
Text Example
White with #E2764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2764F; }
p { color: rgb(226,118,79); }
H1.HeaderClassName
{
color: #E2764F;
}
.AnyTagClassName
{
color: #E2764F;
}
</style>
background-color css
<style>
a { background-color: #E2764F; }
a { background-color: rgb(226,118,79); }
div.DivClassName
{
background-color: #E2764F;
}
.BgClassName
{
background-color: #E2764F;
}
</style>
border-color css
<style>
span { border-color: #E2764F; }
span { border-color: rgb(226,118,79); }
td.TdClassName
{
border-color: #E2764F;
}
.TagClassName
{
border-color: #E2764F;
}
</style>