Shades of Outrageous Orange #EF5334
Tints of Outrageous Orange #EF5334
RGB
CMYK
RGB Variations
Color information
#EF5334 (or 0xEF5334) is known color: Outrageous Orange. HEX triplet: EF, 53 and 34. RGB value is (239,83,52). Sum of RGB (Red+Green+Blue) = 239+83+52=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5334 is #10ACCB. Grayscale: #7E7E7E. Windows color (decimal): -1092812 or 3429359. OLE color: 3429359.
HSL color Cylindrical-coordinate representation of color #EF5334: hue angle of 9.95º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF5334 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 52 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.06 |
| HSL | 9.95º | 0.85% | 0.57% | - |
| HSV(B) | 9.95º | 0.78% | 0.94% | - |
| XYZ | 39.31 | 24.79 | 5.96 | - |
| YUV | 126.11 | 86.18 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 52 | 0 | 0.65 | 0.78 | 0.06 | 9.95 | 0.85 | 0.57 |
| Hex | EF | 53 | 34 | 0 | 41 | 4E | 6 | A | 55 | 39 |
| Octal | 357 | 123 | 64 | 0 | 101 | 116 | 6 | 12 | 125 | 71 |
| Binary | 11101111 | 1010011 | 110100 | 0 | 1000001 | 1001110 | 110 | 1010 | 1010101 | 111001 |
Color Harmonies of #EF5334
Complementary color
Monochromatic Colors of #EF5334
Black with #EF5334
Text Example
Text Example
White with #EF5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5334; }
p { color: rgb(239,83,52); }
H1.HeaderClassName
{
color: #EF5334;
}
.AnyTagClassName
{
color: #EF5334;
}
</style>
background-color css
<style>
a { background-color: #EF5334; }
a { background-color: rgb(239,83,52); }
div.DivClassName
{
background-color: #EF5334;
}
.BgClassName
{
background-color: #EF5334;
}
</style>
border-color css
<style>
span { border-color: #EF5334; }
span { border-color: rgb(239,83,52); }
td.TdClassName
{
border-color: #EF5334;
}
.TagClassName
{
border-color: #EF5334;
}
</style>