Shades of Burnt Orange #EF6934
Tints of Burnt Orange #EF6934
RGB
CMYK
RGB Variations
Color information
#EF6934 (or 0xEF6934) is known color: Burnt Orange. HEX triplet: EF, 69 and 34. RGB value is (239,105,52). Sum of RGB (Red+Green+Blue) = 239+105+52=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6934 is #1096CB. Grayscale: #8B8B8B. Windows color (decimal): -1087180 or 3434991. OLE color: 3434991.
HSL color Cylindrical-coordinate representation of color #EF6934: hue angle of 17.01º 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 #EF6934 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 52 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.06 |
| HSL | 17.01º | 0.85% | 0.57% | - |
| HSV(B) | 17.01º | 0.78% | 0.94% | - |
| XYZ | 41.27 | 28.7 | 6.61 | - |
| YUV | 139.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 52 | 0 | 0.56 | 0.78 | 0.06 | 17.01 | 0.85 | 0.57 |
| Hex | EF | 69 | 34 | 0 | 38 | 4E | 6 | 11 | 55 | 39 |
| Octal | 357 | 151 | 64 | 0 | 70 | 116 | 6 | 21 | 125 | 71 |
| Binary | 11101111 | 1101001 | 110100 | 0 | 111000 | 1001110 | 110 | 10001 | 1010101 | 111001 |
Color Harmonies of #EF6934
Complementary color
Monochromatic Colors of #EF6934
Black with #EF6934
Text Example
Text Example
White with #EF6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6934; }
p { color: rgb(239,105,52); }
H1.HeaderClassName
{
color: #EF6934;
}
.AnyTagClassName
{
color: #EF6934;
}
</style>
background-color css
<style>
a { background-color: #EF6934; }
a { background-color: rgb(239,105,52); }
div.DivClassName
{
background-color: #EF6934;
}
.BgClassName
{
background-color: #EF6934;
}
</style>
border-color css
<style>
span { border-color: #EF6934; }
span { border-color: rgb(239,105,52); }
td.TdClassName
{
border-color: #EF6934;
}
.TagClassName
{
border-color: #EF6934;
}
</style>