Shades of Burnt Orange #EF6630
Tints of Burnt Orange #EF6630
RGB
CMYK
RGB Variations
Color information
#EF6630 (or 0xEF6630) is known color: Burnt Orange. HEX triplet: EF, 66 and 30. RGB value is (239,102,48). Sum of RGB (Red+Green+Blue) = 239+102+48=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6630 is #1099CF. Grayscale: #898989. Windows color (decimal): -1087952 or 3172079. OLE color: 3172079.
HSL color Cylindrical-coordinate representation of color #EF6630: hue angle of 16.96º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF6630 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 48 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.06 |
| HSL | 16.96º | 0.86% | 0.56% | - |
| HSV(B) | 16.96º | 0.8% | 0.94% | - |
| XYZ | 40.88 | 28.07 | 6.06 | - |
| YUV | 136.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 48 | 0 | 0.57 | 0.80 | 0.06 | 16.96 | 0.86 | 0.56 |
| Hex | EF | 66 | 30 | 0 | 39 | 50 | 6 | 11 | 56 | 38 |
| Octal | 357 | 146 | 60 | 0 | 71 | 120 | 6 | 21 | 126 | 70 |
| Binary | 11101111 | 1100110 | 110000 | 0 | 111001 | 1010000 | 110 | 10001 | 1010110 | 111000 |
Color Harmonies of #EF6630
Complementary color
Monochromatic Colors of #EF6630
Black with #EF6630
Text Example
Text Example
White with #EF6630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6630; }
p { color: rgb(239,102,48); }
H1.HeaderClassName
{
color: #EF6630;
}
.AnyTagClassName
{
color: #EF6630;
}
</style>
background-color css
<style>
a { background-color: #EF6630; }
a { background-color: rgb(239,102,48); }
div.DivClassName
{
background-color: #EF6630;
}
.BgClassName
{
background-color: #EF6630;
}
</style>
border-color css
<style>
span { border-color: #EF6630; }
span { border-color: rgb(239,102,48); }
td.TdClassName
{
border-color: #EF6630;
}
.TagClassName
{
border-color: #EF6630;
}
</style>