Shades of Burnt Sienna #EF6B50
Tints of Burnt Sienna #EF6B50
RGB
CMYK
RGB Variations
Color information
#EF6B50 (or 0xEF6B50) is known color: Burnt Sienna. HEX triplet: EF, 6B and 50. RGB value is (239,107,80). Sum of RGB (Red+Green+Blue) = 239+107+80=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B50 is #1094AF. Grayscale: #8F8F8F. Windows color (decimal): -1086640 or 5270511. OLE color: 5270511.
HSL color Cylindrical-coordinate representation of color #EF6B50: hue angle of 10.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF6B50 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 80 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.06 |
| HSL | 10.19º | 0.83% | 0.63% | - |
| HSV(B) | 10.19º | 0.67% | 0.94% | - |
| XYZ | 42.3 | 29.45 | 11.04 | - |
| YUV | 143.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 80 | 0 | 0.55 | 0.67 | 0.06 | 10.19 | 0.83 | 0.63 |
| Hex | EF | 6B | 50 | 0 | 37 | 43 | 6 | A | 53 | 3F |
| Octal | 357 | 153 | 120 | 0 | 67 | 103 | 6 | 12 | 123 | 77 |
| Binary | 11101111 | 1101011 | 1010000 | 0 | 110111 | 1000011 | 110 | 1010 | 1010011 | 111111 |
Color Harmonies of #EF6B50
Complementary color
Monochromatic Colors of #EF6B50
Black with #EF6B50
Text Example
Text Example
White with #EF6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B50; }
p { color: rgb(239,107,80); }
H1.HeaderClassName
{
color: #EF6B50;
}
.AnyTagClassName
{
color: #EF6B50;
}
</style>
background-color css
<style>
a { background-color: #EF6B50; }
a { background-color: rgb(239,107,80); }
div.DivClassName
{
background-color: #EF6B50;
}
.BgClassName
{
background-color: #EF6B50;
}
</style>
border-color css
<style>
span { border-color: #EF6B50; }
span { border-color: rgb(239,107,80); }
td.TdClassName
{
border-color: #EF6B50;
}
.TagClassName
{
border-color: #EF6B50;
}
</style>