Shades of Outrageous Orange #EF532D
Tints of Outrageous Orange #EF532D
RGB
CMYK
RGB Variations
Color information
#EF532D (or 0xEF532D) is known color: Outrageous Orange. HEX triplet: EF, 53 and 2D. RGB value is (239,83,45). Sum of RGB (Red+Green+Blue) = 239+83+45=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF532D is #10ACD2. Grayscale: #7D7D7D. Windows color (decimal): -1092819 or 2970607. OLE color: 2970607.
HSL color Cylindrical-coordinate representation of color #EF532D: hue angle of 11.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF532D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 45 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.06 |
| HSL | 11.75º | 0.86% | 0.56% | - |
| HSV(B) | 11.75º | 0.81% | 0.94% | - |
| XYZ | 39.16 | 24.73 | 5.19 | - |
| YUV | 125.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 45 | 0 | 0.65 | 0.81 | 0.06 | 11.75 | 0.86 | 0.56 |
| Hex | EF | 53 | 2D | 0 | 41 | 51 | 6 | C | 56 | 38 |
| Octal | 357 | 123 | 55 | 0 | 101 | 121 | 6 | 14 | 126 | 70 |
| Binary | 11101111 | 1010011 | 101101 | 0 | 1000001 | 1010001 | 110 | 1100 | 1010110 | 111000 |
Color Harmonies of #EF532D
Complementary color
Monochromatic Colors of #EF532D
Black with #EF532D
Text Example
Text Example
White with #EF532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF532D; }
p { color: rgb(239,83,45); }
H1.HeaderClassName
{
color: #EF532D;
}
.AnyTagClassName
{
color: #EF532D;
}
</style>
background-color css
<style>
a { background-color: #EF532D; }
a { background-color: rgb(239,83,45); }
div.DivClassName
{
background-color: #EF532D;
}
.BgClassName
{
background-color: #EF532D;
}
</style>
border-color css
<style>
span { border-color: #EF532D; }
span { border-color: rgb(239,83,45); }
td.TdClassName
{
border-color: #EF532D;
}
.TagClassName
{
border-color: #EF532D;
}
</style>