Shades of Burnt Orange #EF6A35
Tints of Burnt Orange #EF6A35
RGB
CMYK
RGB Variations
Color information
#EF6A35 (or 0xEF6A35) is known color: Burnt Orange. HEX triplet: EF, 6A and 35. RGB value is (239,106,53). Sum of RGB (Red+Green+Blue) = 239+106+53=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6A35 is #1095CA. Grayscale: #8C8C8C. Windows color (decimal): -1086923 or 3500783. OLE color: 3500783.
HSL color Cylindrical-coordinate representation of color #EF6A35: hue angle of 17.1º 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 #EF6A35 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 106 | 53 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.06 |
| HSL | 17.1º | 0.85% | 0.57% | - |
| HSV(B) | 17.1º | 0.78% | 0.94% | - |
| XYZ | 41.39 | 28.92 | 6.77 | - |
| YUV | 139.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 106 | 53 | 0 | 0.56 | 0.78 | 0.06 | 17.1 | 0.85 | 0.57 |
| Hex | EF | 6A | 35 | 0 | 38 | 4E | 6 | 11 | 55 | 39 |
| Octal | 357 | 152 | 65 | 0 | 70 | 116 | 6 | 21 | 125 | 71 |
| Binary | 11101111 | 1101010 | 110101 | 0 | 111000 | 1001110 | 110 | 10001 | 1010101 | 111001 |
Color Harmonies of #EF6A35
Complementary color
Monochromatic Colors of #EF6A35
Black with #EF6A35
Text Example
Text Example
White with #EF6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6A35; }
p { color: rgb(239,106,53); }
H1.HeaderClassName
{
color: #EF6A35;
}
.AnyTagClassName
{
color: #EF6A35;
}
</style>
background-color css
<style>
a { background-color: #EF6A35; }
a { background-color: rgb(239,106,53); }
div.DivClassName
{
background-color: #EF6A35;
}
.BgClassName
{
background-color: #EF6A35;
}
</style>
border-color css
<style>
span { border-color: #EF6A35; }
span { border-color: rgb(239,106,53); }
td.TdClassName
{
border-color: #EF6A35;
}
.TagClassName
{
border-color: #EF6A35;
}
</style>