Shades of Outrageous Orange #EF683F
Tints of Outrageous Orange #EF683F
RGB
CMYK
RGB Variations
Color information
#EF683F (or 0xEF683F) is known color: Outrageous Orange. HEX triplet: EF, 68 and 3F. RGB value is (239,104,63). Sum of RGB (Red+Green+Blue) = 239+104+63=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF683F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF683F is #1097C0. Grayscale: #8B8B8B. Windows color (decimal): -1087425 or 4155631. OLE color: 4155631.
HSL color Cylindrical-coordinate representation of color #EF683F: hue angle of 13.98º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF683F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 63 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.06 |
| HSL | 13.98º | 0.85% | 0.59% | - |
| HSV(B) | 13.98º | 0.74% | 0.94% | - |
| XYZ | 41.44 | 28.61 | 8.04 | - |
| YUV | 139.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 63 | 0 | 0.56 | 0.74 | 0.06 | 13.98 | 0.85 | 0.59 |
| Hex | EF | 68 | 3F | 0 | 38 | 4A | 6 | E | 55 | 3B |
| Octal | 357 | 150 | 77 | 0 | 70 | 112 | 6 | 16 | 125 | 73 |
| Binary | 11101111 | 1101000 | 111111 | 0 | 111000 | 1001010 | 110 | 1110 | 1010101 | 111011 |
Color Harmonies of #EF683F
Complementary color
Monochromatic Colors of #EF683F
Black with #EF683F
Text Example
Text Example
White with #EF683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF683F; }
p { color: rgb(239,104,63); }
H1.HeaderClassName
{
color: #EF683F;
}
.AnyTagClassName
{
color: #EF683F;
}
</style>
background-color css
<style>
a { background-color: #EF683F; }
a { background-color: rgb(239,104,63); }
div.DivClassName
{
background-color: #EF683F;
}
.BgClassName
{
background-color: #EF683F;
}
</style>
border-color css
<style>
span { border-color: #EF683F; }
span { border-color: rgb(239,104,63); }
td.TdClassName
{
border-color: #EF683F;
}
.TagClassName
{
border-color: #EF683F;
}
</style>