Shades of Burnt Orange #EF6A28
Tints of Burnt Orange #EF6A28
RGB
CMYK
RGB Variations
Color information
#EF6A28 (or 0xEF6A28) is known color: Burnt Orange. HEX triplet: EF, 6A and 28. RGB value is (239,106,40). Sum of RGB (Red+Green+Blue) = 239+106+40=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6A28 is #1095D7. Grayscale: #8A8A8A. Windows color (decimal): -1086936 or 2648815. OLE color: 2648815.
HSL color Cylindrical-coordinate representation of color #EF6A28: hue angle of 19.9º 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 #EF6A28 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 40 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.06 |
| HSL | 19.9º | 0.86% | 0.55% | - |
| HSV(B) | 19.9º | 0.83% | 0.94% | - |
| XYZ | 41.13 | 28.81 | 5.4 | - |
| YUV | 138.24 | 72.56 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 40 | 0 | 0.56 | 0.83 | 0.06 | 19.9 | 0.86 | 0.55 |
| Hex | EF | 6A | 28 | 0 | 38 | 53 | 6 | 14 | 56 | 37 |
| Octal | 357 | 152 | 50 | 0 | 70 | 123 | 6 | 24 | 126 | 67 |
| Binary | 11101111 | 1101010 | 101000 | 0 | 111000 | 1010011 | 110 | 10100 | 1010110 | 110111 |
Color Harmonies of #EF6A28
Complementary color
Monochromatic Colors of #EF6A28
Black with #EF6A28
Text Example
Text Example
White with #EF6A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6A28; }
p { color: rgb(239,106,40); }
H1.HeaderClassName
{
color: #EF6A28;
}
.AnyTagClassName
{
color: #EF6A28;
}
</style>
background-color css
<style>
a { background-color: #EF6A28; }
a { background-color: rgb(239,106,40); }
div.DivClassName
{
background-color: #EF6A28;
}
.BgClassName
{
background-color: #EF6A28;
}
</style>
border-color css
<style>
span { border-color: #EF6A28; }
span { border-color: rgb(239,106,40); }
td.TdClassName
{
border-color: #EF6A28;
}
.TagClassName
{
border-color: #EF6A28;
}
</style>