Shades of Outrageous Orange #EF532B
Tints of Outrageous Orange #EF532B
RGB
CMYK
RGB Variations
Color information
#EF532B (or 0xEF532B) is known color: Outrageous Orange. HEX triplet: EF, 53 and 2B. RGB value is (239,83,43). Sum of RGB (Red+Green+Blue) = 239+83+43=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF532B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF532B is #10ACD4. Grayscale: #7D7D7D. Windows color (decimal): -1092821 or 2839535. OLE color: 2839535.
HSL color Cylindrical-coordinate representation of color #EF532B: hue angle of 12.24º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF532B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 43 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.06 |
| HSL | 12.24º | 0.86% | 0.55% | - |
| HSV(B) | 12.24º | 0.82% | 0.94% | - |
| XYZ | 39.13 | 24.71 | 4.99 | - |
| YUV | 125.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 43 | 0 | 0.65 | 0.82 | 0.06 | 12.24 | 0.86 | 0.55 |
| Hex | EF | 53 | 2B | 0 | 41 | 52 | 6 | C | 56 | 37 |
| Octal | 357 | 123 | 53 | 0 | 101 | 122 | 6 | 14 | 126 | 67 |
| Binary | 11101111 | 1010011 | 101011 | 0 | 1000001 | 1010010 | 110 | 1100 | 1010110 | 110111 |
Color Harmonies of #EF532B
Complementary color
Monochromatic Colors of #EF532B
Black with #EF532B
Text Example
Text Example
White with #EF532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF532B; }
p { color: rgb(239,83,43); }
H1.HeaderClassName
{
color: #EF532B;
}
.AnyTagClassName
{
color: #EF532B;
}
</style>
background-color css
<style>
a { background-color: #EF532B; }
a { background-color: rgb(239,83,43); }
div.DivClassName
{
background-color: #EF532B;
}
.BgClassName
{
background-color: #EF532B;
}
</style>
border-color css
<style>
span { border-color: #EF532B; }
span { border-color: rgb(239,83,43); }
td.TdClassName
{
border-color: #EF532B;
}
.TagClassName
{
border-color: #EF532B;
}
</style>