Shades of Burnt Sienna #E2724B
Tints of Burnt Sienna #E2724B
RGB
CMYK
RGB Variations
Color information
#E2724B (or 0xE2724B) is known color: Burnt Sienna. HEX triplet: E2, 72 and 4B. RGB value is (226,114,75). Sum of RGB (Red+Green+Blue) = 226+114+75=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2724B is #1D8DB4. Grayscale: #8F8F8F. Windows color (decimal): -1936821 or 4944610. OLE color: 4944610.
HSL color Cylindrical-coordinate representation of color #E2724B: hue angle of 15.5º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2724B is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 75 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.11 |
| HSL | 15.5º | 0.72% | 0.59% | - |
| HSV(B) | 15.5º | 0.67% | 0.89% | - |
| XYZ | 38.65 | 28.71 | 10.16 | - |
| YUV | 143.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 75 | 0 | 0.50 | 0.67 | 0.11 | 15.5 | 0.72 | 0.59 |
| Hex | E2 | 72 | 4B | 0 | 32 | 43 | B | F | 48 | 3B |
| Octal | 342 | 162 | 113 | 0 | 62 | 103 | 13 | 17 | 110 | 73 |
| Binary | 11100010 | 1110010 | 1001011 | 0 | 110010 | 1000011 | 1011 | 1111 | 1001000 | 111011 |
Color Harmonies of #E2724B
Complementary color
Monochromatic Colors of #E2724B
Black with #E2724B
Text Example
Text Example
White with #E2724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2724B; }
p { color: rgb(226,114,75); }
H1.HeaderClassName
{
color: #E2724B;
}
.AnyTagClassName
{
color: #E2724B;
}
</style>
background-color css
<style>
a { background-color: #E2724B; }
a { background-color: rgb(226,114,75); }
div.DivClassName
{
background-color: #E2724B;
}
.BgClassName
{
background-color: #E2724B;
}
</style>
border-color css
<style>
span { border-color: #E2724B; }
span { border-color: rgb(226,114,75); }
td.TdClassName
{
border-color: #E2724B;
}
.TagClassName
{
border-color: #E2724B;
}
</style>