Shades of Outrageous Orange #EF532F
Tints of Outrageous Orange #EF532F
RGB
CMYK
RGB Variations
Color information
#EF532F (or 0xEF532F) is known color: Outrageous Orange. HEX triplet: EF, 53 and 2F. RGB value is (239,83,47). Sum of RGB (Red+Green+Blue) = 239+83+47=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF532F is #10ACD0. Grayscale: #7D7D7D. Windows color (decimal): -1092817 or 3101679. OLE color: 3101679.
HSL color Cylindrical-coordinate representation of color #EF532F: hue angle of 11.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF532F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 47 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.06 |
| HSL | 11.25º | 0.86% | 0.56% | - |
| HSV(B) | 11.25º | 0.8% | 0.94% | - |
| XYZ | 39.2 | 24.74 | 5.4 | - |
| YUV | 125.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 47 | 0 | 0.65 | 0.80 | 0.06 | 11.25 | 0.86 | 0.56 |
| Hex | EF | 53 | 2F | 0 | 41 | 50 | 6 | B | 56 | 38 |
| Octal | 357 | 123 | 57 | 0 | 101 | 120 | 6 | 13 | 126 | 70 |
| Binary | 11101111 | 1010011 | 101111 | 0 | 1000001 | 1010000 | 110 | 1011 | 1010110 | 111000 |
Color Harmonies of #EF532F
Complementary color
Monochromatic Colors of #EF532F
Black with #EF532F
Text Example
Text Example
White with #EF532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF532F; }
p { color: rgb(239,83,47); }
H1.HeaderClassName
{
color: #EF532F;
}
.AnyTagClassName
{
color: #EF532F;
}
</style>
background-color css
<style>
a { background-color: #EF532F; }
a { background-color: rgb(239,83,47); }
div.DivClassName
{
background-color: #EF532F;
}
.BgClassName
{
background-color: #EF532F;
}
</style>
border-color css
<style>
span { border-color: #EF532F; }
span { border-color: rgb(239,83,47); }
td.TdClassName
{
border-color: #EF532F;
}
.TagClassName
{
border-color: #EF532F;
}
</style>