Shades of Burnt Orange #EF662B
Tints of Burnt Orange #EF662B
RGB
CMYK
RGB Variations
Color information
#EF662B (or 0xEF662B) is known color: Burnt Orange. HEX triplet: EF, 66 and 2B. RGB value is (239,102,43). Sum of RGB (Red+Green+Blue) = 239+102+43=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF662B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF662B is #1099D4. Grayscale: #888888. Windows color (decimal): -1087957 or 2844399. OLE color: 2844399.
HSL color Cylindrical-coordinate representation of color #EF662B: hue angle of 18.06º 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 #EF662B is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 43 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.06 |
| HSL | 18.06º | 0.86% | 0.55% | - |
| HSV(B) | 18.06º | 0.82% | 0.94% | - |
| XYZ | 40.78 | 28.03 | 5.55 | - |
| YUV | 136.24 | 75.39 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 43 | 0 | 0.57 | 0.82 | 0.06 | 18.06 | 0.86 | 0.55 |
| Hex | EF | 66 | 2B | 0 | 39 | 52 | 6 | 12 | 56 | 37 |
| Octal | 357 | 146 | 53 | 0 | 71 | 122 | 6 | 22 | 126 | 67 |
| Binary | 11101111 | 1100110 | 101011 | 0 | 111001 | 1010010 | 110 | 10010 | 1010110 | 110111 |
Color Harmonies of #EF662B
Complementary color
Monochromatic Colors of #EF662B
Black with #EF662B
Text Example
Text Example
White with #EF662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF662B; }
p { color: rgb(239,102,43); }
H1.HeaderClassName
{
color: #EF662B;
}
.AnyTagClassName
{
color: #EF662B;
}
</style>
background-color css
<style>
a { background-color: #EF662B; }
a { background-color: rgb(239,102,43); }
div.DivClassName
{
background-color: #EF662B;
}
.BgClassName
{
background-color: #EF662B;
}
</style>
border-color css
<style>
span { border-color: #EF662B; }
span { border-color: rgb(239,102,43); }
td.TdClassName
{
border-color: #EF662B;
}
.TagClassName
{
border-color: #EF662B;
}
</style>