Shades of Outrageous Orange #EF5C29
Tints of Outrageous Orange #EF5C29
RGB
CMYK
RGB Variations
Color information
#EF5C29 (or 0xEF5C29) is known color: Outrageous Orange. HEX triplet: EF, 5C and 29. RGB value is (239,92,41). Sum of RGB (Red+Green+Blue) = 239+92+41=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5C29 is #10A3D6. Grayscale: #828282. Windows color (decimal): -1090519 or 2710767. OLE color: 2710767.
HSL color Cylindrical-coordinate representation of color #EF5C29: hue angle of 15.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF5C29 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 41 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.06 |
| HSL | 15.45º | 0.86% | 0.55% | - |
| HSV(B) | 15.45º | 0.83% | 0.94% | - |
| XYZ | 39.82 | 26.17 | 5.05 | - |
| YUV | 130.14 | 77.7 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 41 | 0 | 0.62 | 0.83 | 0.06 | 15.45 | 0.86 | 0.55 |
| Hex | EF | 5C | 29 | 0 | 3E | 53 | 6 | F | 56 | 37 |
| Octal | 357 | 134 | 51 | 0 | 76 | 123 | 6 | 17 | 126 | 67 |
| Binary | 11101111 | 1011100 | 101001 | 0 | 111110 | 1010011 | 110 | 1111 | 1010110 | 110111 |
Color Harmonies of #EF5C29
Complementary color
Monochromatic Colors of #EF5C29
Black with #EF5C29
Text Example
Text Example
White with #EF5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C29; }
p { color: rgb(239,92,41); }
H1.HeaderClassName
{
color: #EF5C29;
}
.AnyTagClassName
{
color: #EF5C29;
}
</style>
background-color css
<style>
a { background-color: #EF5C29; }
a { background-color: rgb(239,92,41); }
div.DivClassName
{
background-color: #EF5C29;
}
.BgClassName
{
background-color: #EF5C29;
}
</style>
border-color css
<style>
span { border-color: #EF5C29; }
span { border-color: rgb(239,92,41); }
td.TdClassName
{
border-color: #EF5C29;
}
.TagClassName
{
border-color: #EF5C29;
}
</style>