Shades of Outrageous Orange #EF603D
Tints of Outrageous Orange #EF603D
RGB
CMYK
RGB Variations
Color information
#EF603D (or 0xEF603D) is known color: Outrageous Orange. HEX triplet: EF, 60 and 3D. RGB value is (239,96,61). Sum of RGB (Red+Green+Blue) = 239+96+61=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF603D is #109FC2. Grayscale: #878787. Windows color (decimal): -1089475 or 4022511. OLE color: 4022511.
HSL color Cylindrical-coordinate representation of color #EF603D: hue angle of 11.8º 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 #EF603D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 61 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.06 |
| HSL | 11.8º | 0.85% | 0.59% | - |
| HSV(B) | 11.8º | 0.74% | 0.94% | - |
| XYZ | 40.62 | 27.05 | 7.5 | - |
| YUV | 134.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 61 | 0 | 0.60 | 0.74 | 0.06 | 11.8 | 0.85 | 0.59 |
| Hex | EF | 60 | 3D | 0 | 3C | 4A | 6 | C | 55 | 3B |
| Octal | 357 | 140 | 75 | 0 | 74 | 112 | 6 | 14 | 125 | 73 |
| Binary | 11101111 | 1100000 | 111101 | 0 | 111100 | 1001010 | 110 | 1100 | 1010101 | 111011 |
Color Harmonies of #EF603D
Complementary color
Monochromatic Colors of #EF603D
Black with #EF603D
Text Example
Text Example
White with #EF603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF603D; }
p { color: rgb(239,96,61); }
H1.HeaderClassName
{
color: #EF603D;
}
.AnyTagClassName
{
color: #EF603D;
}
</style>
background-color css
<style>
a { background-color: #EF603D; }
a { background-color: rgb(239,96,61); }
div.DivClassName
{
background-color: #EF603D;
}
.BgClassName
{
background-color: #EF603D;
}
</style>
border-color css
<style>
span { border-color: #EF603D; }
span { border-color: rgb(239,96,61); }
td.TdClassName
{
border-color: #EF603D;
}
.TagClassName
{
border-color: #EF603D;
}
</style>