Shades of Outrageous Orange #EF663D
Tints of Outrageous Orange #EF663D
RGB
CMYK
RGB Variations
Color information
#EF663D (or 0xEF663D) is known color: Outrageous Orange. HEX triplet: EF, 66 and 3D. RGB value is (239,102,61). Sum of RGB (Red+Green+Blue) = 239+102+61=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF663D is #1099C2. Grayscale: #8A8A8A. Windows color (decimal): -1087939 or 4024047. OLE color: 4024047.
HSL color Cylindrical-coordinate representation of color #EF663D: hue angle of 13.82º 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 #EF663D is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 61 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.06 |
| HSL | 13.82º | 0.85% | 0.59% | - |
| HSV(B) | 13.82º | 0.74% | 0.94% | - |
| XYZ | 41.19 | 28.19 | 7.69 | - |
| YUV | 138.29 | 84.39 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 61 | 0 | 0.57 | 0.74 | 0.06 | 13.82 | 0.85 | 0.59 |
| Hex | EF | 66 | 3D | 0 | 39 | 4A | 6 | E | 55 | 3B |
| Octal | 357 | 146 | 75 | 0 | 71 | 112 | 6 | 16 | 125 | 73 |
| Binary | 11101111 | 1100110 | 111101 | 0 | 111001 | 1001010 | 110 | 1110 | 1010101 | 111011 |
Color Harmonies of #EF663D
Complementary color
Monochromatic Colors of #EF663D
Black with #EF663D
Text Example
Text Example
White with #EF663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF663D; }
p { color: rgb(239,102,61); }
H1.HeaderClassName
{
color: #EF663D;
}
.AnyTagClassName
{
color: #EF663D;
}
</style>
background-color css
<style>
a { background-color: #EF663D; }
a { background-color: rgb(239,102,61); }
div.DivClassName
{
background-color: #EF663D;
}
.BgClassName
{
background-color: #EF663D;
}
</style>
border-color css
<style>
span { border-color: #EF663D; }
span { border-color: rgb(239,102,61); }
td.TdClassName
{
border-color: #EF663D;
}
.TagClassName
{
border-color: #EF663D;
}
</style>