Shades of Burnt Orange #EF762D
Tints of Burnt Orange #EF762D
RGB
CMYK
RGB Variations
Color information
#EF762D (or 0xEF762D) is known color: Burnt Orange. HEX triplet: EF, 76 and 2D. RGB value is (239,118,45). Sum of RGB (Red+Green+Blue) = 239+118+45=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF762D is #1089D2. Grayscale: #929292. Windows color (decimal): -1083859 or 2979567. OLE color: 2979567.
HSL color Cylindrical-coordinate representation of color #EF762D: hue angle of 22.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF762D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 45 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.06 |
| HSL | 22.58º | 0.86% | 0.56% | - |
| HSV(B) | 22.58º | 0.81% | 0.94% | - |
| XYZ | 42.55 | 31.5 | 6.32 | - |
| YUV | 145.86 | 71.09 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 45 | 0 | 0.51 | 0.81 | 0.06 | 22.58 | 0.86 | 0.56 |
| Hex | EF | 76 | 2D | 0 | 33 | 51 | 6 | 17 | 56 | 38 |
| Octal | 357 | 166 | 55 | 0 | 63 | 121 | 6 | 27 | 126 | 70 |
| Binary | 11101111 | 1110110 | 101101 | 0 | 110011 | 1010001 | 110 | 10111 | 1010110 | 111000 |
Color Harmonies of #EF762D
Complementary color
Monochromatic Colors of #EF762D
Black with #EF762D
Text Example
Text Example
White with #EF762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF762D; }
p { color: rgb(239,118,45); }
H1.HeaderClassName
{
color: #EF762D;
}
.AnyTagClassName
{
color: #EF762D;
}
</style>
background-color css
<style>
a { background-color: #EF762D; }
a { background-color: rgb(239,118,45); }
div.DivClassName
{
background-color: #EF762D;
}
.BgClassName
{
background-color: #EF762D;
}
</style>
border-color css
<style>
span { border-color: #EF762D; }
span { border-color: rgb(239,118,45); }
td.TdClassName
{
border-color: #EF762D;
}
.TagClassName
{
border-color: #EF762D;
}
</style>