Shades of Burnt Sienna #E2724C
Tints of Burnt Sienna #E2724C
RGB
CMYK
RGB Variations
Color information
#E2724C (or 0xE2724C) is known color: Burnt Sienna. HEX triplet: E2, 72 and 4C. RGB value is (226,114,76). Sum of RGB (Red+Green+Blue) = 226+114+76=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2724C is #1D8DB3. Grayscale: #8F8F8F. Windows color (decimal): -1936820 or 5010146. OLE color: 5010146.
HSL color Cylindrical-coordinate representation of color #E2724C: hue angle of 15.2º 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 #E2724C is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 76 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.11 |
| HSL | 15.2º | 0.72% | 0.59% | - |
| HSV(B) | 15.2º | 0.66% | 0.89% | - |
| XYZ | 38.69 | 28.73 | 10.34 | - |
| YUV | 143.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 76 | 0 | 0.50 | 0.66 | 0.11 | 15.2 | 0.72 | 0.59 |
| Hex | E2 | 72 | 4C | 0 | 32 | 42 | B | F | 48 | 3B |
| Octal | 342 | 162 | 114 | 0 | 62 | 102 | 13 | 17 | 110 | 73 |
| Binary | 11100010 | 1110010 | 1001100 | 0 | 110010 | 1000010 | 1011 | 1111 | 1001000 | 111011 |
Color Harmonies of #E2724C
Complementary color
Monochromatic Colors of #E2724C
Black with #E2724C
Text Example
Text Example
White with #E2724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2724C; }
p { color: rgb(226,114,76); }
H1.HeaderClassName
{
color: #E2724C;
}
.AnyTagClassName
{
color: #E2724C;
}
</style>
background-color css
<style>
a { background-color: #E2724C; }
a { background-color: rgb(226,114,76); }
div.DivClassName
{
background-color: #E2724C;
}
.BgClassName
{
background-color: #E2724C;
}
</style>
border-color css
<style>
span { border-color: #E2724C; }
span { border-color: rgb(226,114,76); }
td.TdClassName
{
border-color: #E2724C;
}
.TagClassName
{
border-color: #E2724C;
}
</style>