Shades of Outrageous Orange #EF653A
Tints of Outrageous Orange #EF653A
RGB
CMYK
RGB Variations
Color information
#EF653A (or 0xEF653A) is known color: Outrageous Orange. HEX triplet: EF, 65 and 3A. RGB value is (239,101,58). Sum of RGB (Red+Green+Blue) = 239+101+58=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF653A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF653A is #109AC5. Grayscale: #898989. Windows color (decimal): -1088198 or 3827183. OLE color: 3827183.
HSL color Cylindrical-coordinate representation of color #EF653A: hue angle of 14.25º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF653A is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 58 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.06 |
| HSL | 14.25º | 0.85% | 0.58% | - |
| HSV(B) | 14.25º | 0.76% | 0.94% | - |
| XYZ | 41.01 | 27.96 | 7.24 | - |
| YUV | 137.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 58 | 0 | 0.58 | 0.76 | 0.06 | 14.25 | 0.85 | 0.58 |
| Hex | EF | 65 | 3A | 0 | 3A | 4C | 6 | E | 55 | 3A |
| Octal | 357 | 145 | 72 | 0 | 72 | 114 | 6 | 16 | 125 | 72 |
| Binary | 11101111 | 1100101 | 111010 | 0 | 111010 | 1001100 | 110 | 1110 | 1010101 | 111010 |
Color Harmonies of #EF653A
Complementary color
Monochromatic Colors of #EF653A
Black with #EF653A
Text Example
Text Example
White with #EF653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF653A; }
p { color: rgb(239,101,58); }
H1.HeaderClassName
{
color: #EF653A;
}
.AnyTagClassName
{
color: #EF653A;
}
</style>
background-color css
<style>
a { background-color: #EF653A; }
a { background-color: rgb(239,101,58); }
div.DivClassName
{
background-color: #EF653A;
}
.BgClassName
{
background-color: #EF653A;
}
</style>
border-color css
<style>
span { border-color: #EF653A; }
span { border-color: rgb(239,101,58); }
td.TdClassName
{
border-color: #EF653A;
}
.TagClassName
{
border-color: #EF653A;
}
</style>