Shades of Outrageous Orange #EF5430
Tints of Outrageous Orange #EF5430
RGB
CMYK
RGB Variations
Color information
#EF5430 (or 0xEF5430) is known color: Outrageous Orange. HEX triplet: EF, 54 and 30. RGB value is (239,84,48). Sum of RGB (Red+Green+Blue) = 239+84+48=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5430 is #10ABCF. Grayscale: #7E7E7E. Windows color (decimal): -1092560 or 3167471. OLE color: 3167471.
HSL color Cylindrical-coordinate representation of color #EF5430: hue angle of 11.31º 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 #EF5430 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 48 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.06 |
| HSL | 11.31º | 0.86% | 0.56% | - |
| HSV(B) | 11.31º | 0.8% | 0.94% | - |
| XYZ | 39.3 | 24.9 | 5.53 | - |
| YUV | 126.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 48 | 0 | 0.65 | 0.80 | 0.06 | 11.31 | 0.86 | 0.56 |
| Hex | EF | 54 | 30 | 0 | 41 | 50 | 6 | B | 56 | 38 |
| Octal | 357 | 124 | 60 | 0 | 101 | 120 | 6 | 13 | 126 | 70 |
| Binary | 11101111 | 1010100 | 110000 | 0 | 1000001 | 1010000 | 110 | 1011 | 1010110 | 111000 |
Color Harmonies of #EF5430
Complementary color
Monochromatic Colors of #EF5430
Black with #EF5430
Text Example
Text Example
White with #EF5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5430; }
p { color: rgb(239,84,48); }
H1.HeaderClassName
{
color: #EF5430;
}
.AnyTagClassName
{
color: #EF5430;
}
</style>
background-color css
<style>
a { background-color: #EF5430; }
a { background-color: rgb(239,84,48); }
div.DivClassName
{
background-color: #EF5430;
}
.BgClassName
{
background-color: #EF5430;
}
</style>
border-color css
<style>
span { border-color: #EF5430; }
span { border-color: rgb(239,84,48); }
td.TdClassName
{
border-color: #EF5430;
}
.TagClassName
{
border-color: #EF5430;
}
</style>