Shades of Outrageous Orange #EF5333
Tints of Outrageous Orange #EF5333
RGB
CMYK
RGB Variations
Color information
#EF5333 (or 0xEF5333) is known color: Outrageous Orange. HEX triplet: EF, 53 and 33. RGB value is (239,83,51). Sum of RGB (Red+Green+Blue) = 239+83+51=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5333 is #10ACCC. Grayscale: #7E7E7E. Windows color (decimal): -1092813 or 3363823. OLE color: 3363823.
HSL color Cylindrical-coordinate representation of color #EF5333: hue angle of 10.21º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF5333 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 51 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.06 |
| HSL | 10.21º | 0.85% | 0.57% | - |
| HSV(B) | 10.21º | 0.79% | 0.94% | - |
| XYZ | 39.29 | 24.78 | 5.84 | - |
| YUV | 126 | 85.68 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 51 | 0 | 0.65 | 0.79 | 0.06 | 10.21 | 0.85 | 0.57 |
| Hex | EF | 53 | 33 | 0 | 41 | 4F | 6 | A | 55 | 39 |
| Octal | 357 | 123 | 63 | 0 | 101 | 117 | 6 | 12 | 125 | 71 |
| Binary | 11101111 | 1010011 | 110011 | 0 | 1000001 | 1001111 | 110 | 1010 | 1010101 | 111001 |
Color Harmonies of #EF5333
Complementary color
Monochromatic Colors of #EF5333
Black with #EF5333
Text Example
Text Example
White with #EF5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5333; }
p { color: rgb(239,83,51); }
H1.HeaderClassName
{
color: #EF5333;
}
.AnyTagClassName
{
color: #EF5333;
}
</style>
background-color css
<style>
a { background-color: #EF5333; }
a { background-color: rgb(239,83,51); }
div.DivClassName
{
background-color: #EF5333;
}
.BgClassName
{
background-color: #EF5333;
}
</style>
border-color css
<style>
span { border-color: #EF5333; }
span { border-color: rgb(239,83,51); }
td.TdClassName
{
border-color: #EF5333;
}
.TagClassName
{
border-color: #EF5333;
}
</style>