Shades of Outrageous Orange #EF5329
Tints of Outrageous Orange #EF5329
RGB
CMYK
RGB Variations
Color information
#EF5329 (or 0xEF5329) is known color: Outrageous Orange. HEX triplet: EF, 53 and 29. RGB value is (239,83,41). Sum of RGB (Red+Green+Blue) = 239+83+41=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5329 is #10ACD6. Grayscale: #7D7D7D. Windows color (decimal): -1092823 or 2708463. OLE color: 2708463.
HSL color Cylindrical-coordinate representation of color #EF5329: hue angle of 12.73º 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 #EF5329 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 41 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.06 |
| HSL | 12.73º | 0.86% | 0.55% | - |
| HSV(B) | 12.73º | 0.83% | 0.94% | - |
| XYZ | 39.09 | 24.7 | 4.8 | - |
| YUV | 124.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 41 | 0 | 0.65 | 0.83 | 0.06 | 12.73 | 0.86 | 0.55 |
| Hex | EF | 53 | 29 | 0 | 41 | 53 | 6 | D | 56 | 37 |
| Octal | 357 | 123 | 51 | 0 | 101 | 123 | 6 | 15 | 126 | 67 |
| Binary | 11101111 | 1010011 | 101001 | 0 | 1000001 | 1010011 | 110 | 1101 | 1010110 | 110111 |
Color Harmonies of #EF5329
Complementary color
Monochromatic Colors of #EF5329
Black with #EF5329
Text Example
Text Example
White with #EF5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5329; }
p { color: rgb(239,83,41); }
H1.HeaderClassName
{
color: #EF5329;
}
.AnyTagClassName
{
color: #EF5329;
}
</style>
background-color css
<style>
a { background-color: #EF5329; }
a { background-color: rgb(239,83,41); }
div.DivClassName
{
background-color: #EF5329;
}
.BgClassName
{
background-color: #EF5329;
}
</style>
border-color css
<style>
span { border-color: #EF5329; }
span { border-color: rgb(239,83,41); }
td.TdClassName
{
border-color: #EF5329;
}
.TagClassName
{
border-color: #EF5329;
}
</style>