Shades of Burnt Orange #EF6834
Tints of Burnt Orange #EF6834
RGB
CMYK
RGB Variations
Color information
#EF6834 (or 0xEF6834) is known color: Burnt Orange. HEX triplet: EF, 68 and 34. RGB value is (239,104,52). Sum of RGB (Red+Green+Blue) = 239+104+52=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6834 is #1097CB. Grayscale: #8A8A8A. Windows color (decimal): -1087436 or 3434735. OLE color: 3434735.
HSL color Cylindrical-coordinate representation of color #EF6834: hue angle of 16.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF6834 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 52 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.06 |
| HSL | 16.68º | 0.85% | 0.57% | - |
| HSV(B) | 16.68º | 0.78% | 0.94% | - |
| XYZ | 41.17 | 28.5 | 6.58 | - |
| YUV | 138.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 52 | 0 | 0.56 | 0.78 | 0.06 | 16.68 | 0.85 | 0.57 |
| Hex | EF | 68 | 34 | 0 | 38 | 4E | 6 | 11 | 55 | 39 |
| Octal | 357 | 150 | 64 | 0 | 70 | 116 | 6 | 21 | 125 | 71 |
| Binary | 11101111 | 1101000 | 110100 | 0 | 111000 | 1001110 | 110 | 10001 | 1010101 | 111001 |
Color Harmonies of #EF6834
Complementary color
Monochromatic Colors of #EF6834
Black with #EF6834
Text Example
Text Example
White with #EF6834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6834; }
p { color: rgb(239,104,52); }
H1.HeaderClassName
{
color: #EF6834;
}
.AnyTagClassName
{
color: #EF6834;
}
</style>
background-color css
<style>
a { background-color: #EF6834; }
a { background-color: rgb(239,104,52); }
div.DivClassName
{
background-color: #EF6834;
}
.BgClassName
{
background-color: #EF6834;
}
</style>
border-color css
<style>
span { border-color: #EF6834; }
span { border-color: rgb(239,104,52); }
td.TdClassName
{
border-color: #EF6834;
}
.TagClassName
{
border-color: #EF6834;
}
</style>