Shades of Burnt Orange #EF6928
Tints of Burnt Orange #EF6928
RGB
CMYK
RGB Variations
Color information
#EF6928 (or 0xEF6928) is known color: Burnt Orange. HEX triplet: EF, 69 and 28. RGB value is (239,105,40). Sum of RGB (Red+Green+Blue) = 239+105+40=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6928 is #1096D7. Grayscale: #8A8A8A. Windows color (decimal): -1087192 or 2648559. OLE color: 2648559.
HSL color Cylindrical-coordinate representation of color #EF6928: hue angle of 19.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF6928 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 40 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.06 |
| HSL | 19.6º | 0.86% | 0.55% | - |
| HSV(B) | 19.6º | 0.83% | 0.94% | - |
| XYZ | 41.03 | 28.61 | 5.37 | - |
| YUV | 137.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 40 | 0 | 0.56 | 0.83 | 0.06 | 19.6 | 0.86 | 0.55 |
| Hex | EF | 69 | 28 | 0 | 38 | 53 | 6 | 14 | 56 | 37 |
| Octal | 357 | 151 | 50 | 0 | 70 | 123 | 6 | 24 | 126 | 67 |
| Binary | 11101111 | 1101001 | 101000 | 0 | 111000 | 1010011 | 110 | 10100 | 1010110 | 110111 |
Color Harmonies of #EF6928
Complementary color
Monochromatic Colors of #EF6928
Black with #EF6928
Text Example
Text Example
White with #EF6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6928; }
p { color: rgb(239,105,40); }
H1.HeaderClassName
{
color: #EF6928;
}
.AnyTagClassName
{
color: #EF6928;
}
</style>
background-color css
<style>
a { background-color: #EF6928; }
a { background-color: rgb(239,105,40); }
div.DivClassName
{
background-color: #EF6928;
}
.BgClassName
{
background-color: #EF6928;
}
</style>
border-color css
<style>
span { border-color: #EF6928; }
span { border-color: rgb(239,105,40); }
td.TdClassName
{
border-color: #EF6928;
}
.TagClassName
{
border-color: #EF6928;
}
</style>