Shades of Burnt Orange #EF652A
Tints of Burnt Orange #EF652A
RGB
CMYK
RGB Variations
Color information
#EF652A (or 0xEF652A) is known color: Burnt Orange. HEX triplet: EF, 65 and 2A. RGB value is (239,101,42). Sum of RGB (Red+Green+Blue) = 239+101+42=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF652A is #109AD5. Grayscale: #878787. Windows color (decimal): -1088214 or 2778607. OLE color: 2778607.
HSL color Cylindrical-coordinate representation of color #EF652A: hue angle of 17.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF652A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 42 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.06 |
| HSL | 17.97º | 0.86% | 0.55% | - |
| HSV(B) | 17.97º | 0.82% | 0.94% | - |
| XYZ | 40.67 | 27.83 | 5.42 | - |
| YUV | 135.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 42 | 0 | 0.58 | 0.82 | 0.06 | 17.97 | 0.86 | 0.55 |
| Hex | EF | 65 | 2A | 0 | 3A | 52 | 6 | 12 | 56 | 37 |
| Octal | 357 | 145 | 52 | 0 | 72 | 122 | 6 | 22 | 126 | 67 |
| Binary | 11101111 | 1100101 | 101010 | 0 | 111010 | 1010010 | 110 | 10010 | 1010110 | 110111 |
Color Harmonies of #EF652A
Complementary color
Monochromatic Colors of #EF652A
Black with #EF652A
Text Example
Text Example
White with #EF652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF652A; }
p { color: rgb(239,101,42); }
H1.HeaderClassName
{
color: #EF652A;
}
.AnyTagClassName
{
color: #EF652A;
}
</style>
background-color css
<style>
a { background-color: #EF652A; }
a { background-color: rgb(239,101,42); }
div.DivClassName
{
background-color: #EF652A;
}
.BgClassName
{
background-color: #EF652A;
}
</style>
border-color css
<style>
span { border-color: #EF652A; }
span { border-color: rgb(239,101,42); }
td.TdClassName
{
border-color: #EF652A;
}
.TagClassName
{
border-color: #EF652A;
}
</style>