Shades of Outrageous Orange #EF5325
Tints of Outrageous Orange #EF5325
RGB
CMYK
RGB Variations
Color information
#EF5325 (or 0xEF5325) is known color: Outrageous Orange. HEX triplet: EF, 53 and 25. RGB value is (239,83,37). Sum of RGB (Red+Green+Blue) = 239+83+37=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5325 is #10ACDA. Grayscale: #7C7C7C. Windows color (decimal): -1092827 or 2446319. OLE color: 2446319.
HSL color Cylindrical-coordinate representation of color #EF5325: hue angle of 13.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF5325 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 37 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.06 |
| HSL | 13.66º | 0.86% | 0.54% | - |
| HSV(B) | 13.66º | 0.85% | 0.94% | - |
| XYZ | 39.02 | 24.67 | 4.46 | - |
| YUV | 124.4 | 78.68 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 37 | 0 | 0.65 | 0.85 | 0.06 | 13.66 | 0.86 | 0.54 |
| Hex | EF | 53 | 25 | 0 | 41 | 55 | 6 | E | 56 | 36 |
| Octal | 357 | 123 | 45 | 0 | 101 | 125 | 6 | 16 | 126 | 66 |
| Binary | 11101111 | 1010011 | 100101 | 0 | 1000001 | 1010101 | 110 | 1110 | 1010110 | 110110 |
Color Harmonies of #EF5325
Complementary color
Monochromatic Colors of #EF5325
Black with #EF5325
Text Example
Text Example
White with #EF5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5325; }
p { color: rgb(239,83,37); }
H1.HeaderClassName
{
color: #EF5325;
}
.AnyTagClassName
{
color: #EF5325;
}
</style>
background-color css
<style>
a { background-color: #EF5325; }
a { background-color: rgb(239,83,37); }
div.DivClassName
{
background-color: #EF5325;
}
.BgClassName
{
background-color: #EF5325;
}
</style>
border-color css
<style>
span { border-color: #EF5325; }
span { border-color: rgb(239,83,37); }
td.TdClassName
{
border-color: #EF5325;
}
.TagClassName
{
border-color: #EF5325;
}
</style>