Shades of Burnt Sienna #EF7253
Tints of Burnt Sienna #EF7253
RGB
CMYK
RGB Variations
Color information
#EF7253 (or 0xEF7253) is known color: Burnt Sienna. HEX triplet: EF, 72 and 53. RGB value is (239,114,83). Sum of RGB (Red+Green+Blue) = 239+114+83=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7253 is #108DAC. Grayscale: #949494. Windows color (decimal): -1084845 or 5468911. OLE color: 5468911.
HSL color Cylindrical-coordinate representation of color #EF7253: hue angle of 11.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF7253 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 83 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.06 |
| HSL | 11.92º | 0.83% | 0.63% | - |
| HSV(B) | 11.92º | 0.65% | 0.94% | - |
| XYZ | 43.18 | 31.01 | 11.89 | - |
| YUV | 147.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 83 | 0 | 0.52 | 0.65 | 0.06 | 11.92 | 0.83 | 0.63 |
| Hex | EF | 72 | 53 | 0 | 34 | 41 | 6 | C | 53 | 3F |
| Octal | 357 | 162 | 123 | 0 | 64 | 101 | 6 | 14 | 123 | 77 |
| Binary | 11101111 | 1110010 | 1010011 | 0 | 110100 | 1000001 | 110 | 1100 | 1010011 | 111111 |
Color Harmonies of #EF7253
Complementary color
Monochromatic Colors of #EF7253
Black with #EF7253
Text Example
Text Example
White with #EF7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7253; }
p { color: rgb(239,114,83); }
H1.HeaderClassName
{
color: #EF7253;
}
.AnyTagClassName
{
color: #EF7253;
}
</style>
background-color css
<style>
a { background-color: #EF7253; }
a { background-color: rgb(239,114,83); }
div.DivClassName
{
background-color: #EF7253;
}
.BgClassName
{
background-color: #EF7253;
}
</style>
border-color css
<style>
span { border-color: #EF7253; }
span { border-color: rgb(239,114,83); }
td.TdClassName
{
border-color: #EF7253;
}
.TagClassName
{
border-color: #EF7253;
}
</style>