Shades of Outrageous Orange #EF5527
Tints of Outrageous Orange #EF5527
RGB
CMYK
RGB Variations
Color information
#EF5527 (or 0xEF5527) is known color: Outrageous Orange. HEX triplet: EF, 55 and 27. RGB value is (239,85,39). Sum of RGB (Red+Green+Blue) = 239+85+39=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5527 is #10AAD8. Grayscale: #7E7E7E. Windows color (decimal): -1092313 or 2577903. OLE color: 2577903.
HSL color Cylindrical-coordinate representation of color #EF5527: hue angle of 13.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF5527 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 39 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.06 |
| HSL | 13.8º | 0.86% | 0.55% | - |
| HSV(B) | 13.8º | 0.84% | 0.94% | - |
| XYZ | 39.21 | 24.99 | 4.68 | - |
| YUV | 125.8 | 79.02 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 39 | 0 | 0.64 | 0.84 | 0.06 | 13.8 | 0.86 | 0.55 |
| Hex | EF | 55 | 27 | 0 | 40 | 54 | 6 | E | 56 | 37 |
| Octal | 357 | 125 | 47 | 0 | 100 | 124 | 6 | 16 | 126 | 67 |
| Binary | 11101111 | 1010101 | 100111 | 0 | 1000000 | 1010100 | 110 | 1110 | 1010110 | 110111 |
Color Harmonies of #EF5527
Complementary color
Monochromatic Colors of #EF5527
Black with #EF5527
Text Example
Text Example
White with #EF5527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5527; }
p { color: rgb(239,85,39); }
H1.HeaderClassName
{
color: #EF5527;
}
.AnyTagClassName
{
color: #EF5527;
}
</style>
background-color css
<style>
a { background-color: #EF5527; }
a { background-color: rgb(239,85,39); }
div.DivClassName
{
background-color: #EF5527;
}
.BgClassName
{
background-color: #EF5527;
}
</style>
border-color css
<style>
span { border-color: #EF5527; }
span { border-color: rgb(239,85,39); }
td.TdClassName
{
border-color: #EF5527;
}
.TagClassName
{
border-color: #EF5527;
}
</style>