Shades of Burnt Sienna #EF6F55
Tints of Burnt Sienna #EF6F55
RGB
CMYK
RGB Variations
Color information
#EF6F55 (or 0xEF6F55) is known color: Burnt Sienna. HEX triplet: EF, 6F and 55. RGB value is (239,111,85). Sum of RGB (Red+Green+Blue) = 239+111+85=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F55 is #1090AA. Grayscale: #929292. Windows color (decimal): -1085611 or 5599215. OLE color: 5599215.
HSL color Cylindrical-coordinate representation of color #EF6F55: hue angle of 10.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF6F55 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 85 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.06 |
| HSL | 10.13º | 0.83% | 0.64% | - |
| HSV(B) | 10.13º | 0.64% | 0.94% | - |
| XYZ | 42.92 | 30.38 | 12.2 | - |
| YUV | 146.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 85 | 0 | 0.54 | 0.64 | 0.06 | 10.13 | 0.83 | 0.64 |
| Hex | EF | 6F | 55 | 0 | 36 | 40 | 6 | A | 53 | 40 |
| Octal | 357 | 157 | 125 | 0 | 66 | 100 | 6 | 12 | 123 | 100 |
| Binary | 11101111 | 1101111 | 1010101 | 0 | 110110 | 1000000 | 110 | 1010 | 1010011 | 1000000 |
Color Harmonies of #EF6F55
Complementary color
Monochromatic Colors of #EF6F55
Black with #EF6F55
Text Example
Text Example
White with #EF6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6F55; }
p { color: rgb(239,111,85); }
H1.HeaderClassName
{
color: #EF6F55;
}
.AnyTagClassName
{
color: #EF6F55;
}
</style>
background-color css
<style>
a { background-color: #EF6F55; }
a { background-color: rgb(239,111,85); }
div.DivClassName
{
background-color: #EF6F55;
}
.BgClassName
{
background-color: #EF6F55;
}
</style>
border-color css
<style>
span { border-color: #EF6F55; }
span { border-color: rgb(239,111,85); }
td.TdClassName
{
border-color: #EF6F55;
}
.TagClassName
{
border-color: #EF6F55;
}
</style>