Shades of Burnt Orange #EF6C2C
Tints of Burnt Orange #EF6C2C
RGB
CMYK
RGB Variations
Color information
#EF6C2C (or 0xEF6C2C) is known color: Burnt Orange. HEX triplet: EF, 6C and 2C. RGB value is (239,108,44). Sum of RGB (Red+Green+Blue) = 239+108+44=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6C2C is #1093D3. Grayscale: #8C8C8C. Windows color (decimal): -1086420 or 2911471. OLE color: 2911471.
HSL color Cylindrical-coordinate representation of color #EF6C2C: hue angle of 19.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF6C2C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 44 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.06 |
| HSL | 19.69º | 0.86% | 0.55% | - |
| HSV(B) | 19.69º | 0.82% | 0.94% | - |
| XYZ | 41.41 | 29.26 | 5.85 | - |
| YUV | 139.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 44 | 0 | 0.55 | 0.82 | 0.06 | 19.69 | 0.86 | 0.55 |
| Hex | EF | 6C | 2C | 0 | 37 | 52 | 6 | 14 | 56 | 37 |
| Octal | 357 | 154 | 54 | 0 | 67 | 122 | 6 | 24 | 126 | 67 |
| Binary | 11101111 | 1101100 | 101100 | 0 | 110111 | 1010010 | 110 | 10100 | 1010110 | 110111 |
Color Harmonies of #EF6C2C
Complementary color
Monochromatic Colors of #EF6C2C
Black with #EF6C2C
Text Example
Text Example
White with #EF6C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6C2C; }
p { color: rgb(239,108,44); }
H1.HeaderClassName
{
color: #EF6C2C;
}
.AnyTagClassName
{
color: #EF6C2C;
}
</style>
background-color css
<style>
a { background-color: #EF6C2C; }
a { background-color: rgb(239,108,44); }
div.DivClassName
{
background-color: #EF6C2C;
}
.BgClassName
{
background-color: #EF6C2C;
}
</style>
border-color css
<style>
span { border-color: #EF6C2C; }
span { border-color: rgb(239,108,44); }
td.TdClassName
{
border-color: #EF6C2C;
}
.TagClassName
{
border-color: #EF6C2C;
}
</style>