Shades of Burnt Sienna #EF7353
Tints of Burnt Sienna #EF7353
RGB
CMYK
RGB Variations
Color information
#EF7353 (or 0xEF7353) is known color: Burnt Sienna. HEX triplet: EF, 73 and 53. RGB value is (239,115,83). Sum of RGB (Red+Green+Blue) = 239+115+83=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7353 is #108CAC. Grayscale: #949494. Windows color (decimal): -1084589 or 5469167. OLE color: 5469167.
HSL color Cylindrical-coordinate representation of color #EF7353: hue angle of 12.31º 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 #EF7353 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 83 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.06 |
| HSL | 12.31º | 0.83% | 0.63% | - |
| HSV(B) | 12.31º | 0.65% | 0.94% | - |
| XYZ | 43.29 | 31.24 | 11.93 | - |
| YUV | 148.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 83 | 0 | 0.52 | 0.65 | 0.06 | 12.31 | 0.83 | 0.63 |
| Hex | EF | 73 | 53 | 0 | 34 | 41 | 6 | C | 53 | 3F |
| Octal | 357 | 163 | 123 | 0 | 64 | 101 | 6 | 14 | 123 | 77 |
| Binary | 11101111 | 1110011 | 1010011 | 0 | 110100 | 1000001 | 110 | 1100 | 1010011 | 111111 |
Color Harmonies of #EF7353
Complementary color
Monochromatic Colors of #EF7353
Black with #EF7353
Text Example
Text Example
White with #EF7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7353; }
p { color: rgb(239,115,83); }
H1.HeaderClassName
{
color: #EF7353;
}
.AnyTagClassName
{
color: #EF7353;
}
</style>
background-color css
<style>
a { background-color: #EF7353; }
a { background-color: rgb(239,115,83); }
div.DivClassName
{
background-color: #EF7353;
}
.BgClassName
{
background-color: #EF7353;
}
</style>
border-color css
<style>
span { border-color: #EF7353; }
span { border-color: rgb(239,115,83); }
td.TdClassName
{
border-color: #EF7353;
}
.TagClassName
{
border-color: #EF7353;
}
</style>