Shades of Outrageous Orange #EF552B
Tints of Outrageous Orange #EF552B
RGB
CMYK
RGB Variations
Color information
#EF552B (or 0xEF552B) is known color: Outrageous Orange. HEX triplet: EF, 55 and 2B. RGB value is (239,85,43). Sum of RGB (Red+Green+Blue) = 239+85+43=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF552B is #10AAD4. Grayscale: #7E7E7E. Windows color (decimal): -1092309 or 2840047. OLE color: 2840047.
HSL color Cylindrical-coordinate representation of color #EF552B: hue angle of 12.86º 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 #EF552B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 43 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.06 |
| HSL | 12.86º | 0.86% | 0.55% | - |
| HSV(B) | 12.86º | 0.82% | 0.94% | - |
| XYZ | 39.28 | 25.02 | 5.04 | - |
| YUV | 126.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 43 | 0 | 0.64 | 0.82 | 0.06 | 12.86 | 0.86 | 0.55 |
| Hex | EF | 55 | 2B | 0 | 40 | 52 | 6 | D | 56 | 37 |
| Octal | 357 | 125 | 53 | 0 | 100 | 122 | 6 | 15 | 126 | 67 |
| Binary | 11101111 | 1010101 | 101011 | 0 | 1000000 | 1010010 | 110 | 1101 | 1010110 | 110111 |
Color Harmonies of #EF552B
Complementary color
Monochromatic Colors of #EF552B
Black with #EF552B
Text Example
Text Example
White with #EF552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF552B; }
p { color: rgb(239,85,43); }
H1.HeaderClassName
{
color: #EF552B;
}
.AnyTagClassName
{
color: #EF552B;
}
</style>
background-color css
<style>
a { background-color: #EF552B; }
a { background-color: rgb(239,85,43); }
div.DivClassName
{
background-color: #EF552B;
}
.BgClassName
{
background-color: #EF552B;
}
</style>
border-color css
<style>
span { border-color: #EF552B; }
span { border-color: rgb(239,85,43); }
td.TdClassName
{
border-color: #EF552B;
}
.TagClassName
{
border-color: #EF552B;
}
</style>