Shades of Burnt Sienna #E67248
Tints of Burnt Sienna #E67248
RGB
CMYK
RGB Variations
Color information
#E67248 (or 0xE67248) is known color: Burnt Sienna. HEX triplet: E6, 72 and 48. RGB value is (230,114,72). Sum of RGB (Red+Green+Blue) = 230+114+72=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E67248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67248 is #198DB7. Grayscale: #909090. Windows color (decimal): -1674680 or 4748006. OLE color: 4748006.
HSL color Cylindrical-coordinate representation of color #E67248: hue angle of 15.95º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E67248 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 72 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.10 |
| HSL | 15.95º | 0.76% | 0.59% | - |
| HSV(B) | 15.95º | 0.69% | 0.9% | - |
| XYZ | 39.82 | 29.33 | 9.69 | - |
| YUV | 143.9 | 87.43 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 72 | 0 | 0.50 | 0.69 | 0.10 | 15.95 | 0.76 | 0.59 |
| Hex | E6 | 72 | 48 | 0 | 32 | 45 | A | 10 | 4C | 3B |
| Octal | 346 | 162 | 110 | 0 | 62 | 105 | 12 | 20 | 114 | 73 |
| Binary | 11100110 | 1110010 | 1001000 | 0 | 110010 | 1000101 | 1010 | 10000 | 1001100 | 111011 |
Color Harmonies of #E67248
Complementary color
Monochromatic Colors of #E67248
Black with #E67248
Text Example
Text Example
White with #E67248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67248; }
p { color: rgb(230,114,72); }
H1.HeaderClassName
{
color: #E67248;
}
.AnyTagClassName
{
color: #E67248;
}
</style>
background-color css
<style>
a { background-color: #E67248; }
a { background-color: rgb(230,114,72); }
div.DivClassName
{
background-color: #E67248;
}
.BgClassName
{
background-color: #E67248;
}
</style>
border-color css
<style>
span { border-color: #E67248; }
span { border-color: rgb(230,114,72); }
td.TdClassName
{
border-color: #E67248;
}
.TagClassName
{
border-color: #E67248;
}
</style>