Shades of Burnt Sienna #EF704C
Tints of Burnt Sienna #EF704C
RGB
CMYK
RGB Variations
Color information
#EF704C (or 0xEF704C) is known color: Burnt Sienna. HEX triplet: EF, 70 and 4C. RGB value is (239,112,76). Sum of RGB (Red+Green+Blue) = 239+112+76=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF704C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF704C is #108FB3. Grayscale: #929292. Windows color (decimal): -1085364 or 5009647. OLE color: 5009647.
HSL color Cylindrical-coordinate representation of color #EF704C: hue angle of 13.25º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF704C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 76 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.06 |
| HSL | 13.25º | 0.84% | 0.62% | - |
| HSV(B) | 13.25º | 0.68% | 0.94% | - |
| XYZ | 42.7 | 30.46 | 10.47 | - |
| YUV | 145.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 76 | 0 | 0.53 | 0.68 | 0.06 | 13.25 | 0.84 | 0.62 |
| Hex | EF | 70 | 4C | 0 | 35 | 44 | 6 | D | 54 | 3E |
| Octal | 357 | 160 | 114 | 0 | 65 | 104 | 6 | 15 | 124 | 76 |
| Binary | 11101111 | 1110000 | 1001100 | 0 | 110101 | 1000100 | 110 | 1101 | 1010100 | 111110 |
Color Harmonies of #EF704C
Complementary color
Monochromatic Colors of #EF704C
Black with #EF704C
Text Example
Text Example
White with #EF704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF704C; }
p { color: rgb(239,112,76); }
H1.HeaderClassName
{
color: #EF704C;
}
.AnyTagClassName
{
color: #EF704C;
}
</style>
background-color css
<style>
a { background-color: #EF704C; }
a { background-color: rgb(239,112,76); }
div.DivClassName
{
background-color: #EF704C;
}
.BgClassName
{
background-color: #EF704C;
}
</style>
border-color css
<style>
span { border-color: #EF704C; }
span { border-color: rgb(239,112,76); }
td.TdClassName
{
border-color: #EF704C;
}
.TagClassName
{
border-color: #EF704C;
}
</style>