Shades of Outrageous Orange #EB5E3C
Tints of Outrageous Orange #EB5E3C
RGB
CMYK
RGB Variations
Color information
#EB5E3C (or 0xEB5E3C) is known color: Outrageous Orange. HEX triplet: EB, 5E and 3C. RGB value is (235,94,60). Sum of RGB (Red+Green+Blue) = 235+94+60=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E3C is #14A1C3. Grayscale: #848484. Windows color (decimal): -1352132 or 3956459. OLE color: 3956459.
HSL color Cylindrical-coordinate representation of color #EB5E3C: hue angle of 11.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB5E3C is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 94 | 60 | - |
| CMYK | 0 | 0.6 | 0.74 | 0.08 |
| HSL | 11.66º | 0.81% | 0.58% | - |
| HSV(B) | 11.66º | 0.74% | 0.92% | - |
| XYZ | 39.08 | 25.99 | 7.23 | - |
| YUV | 132.28 | 87.21 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 94 | 60 | 0 | 0.6 | 0.74 | 0.08 | 11.66 | 0.81 | 0.58 |
| Hex | EB | 5E | 3C | 0 | 3C | 4A | 8 | C | 51 | 3A |
| Octal | 353 | 136 | 74 | 0 | 74 | 112 | 10 | 14 | 121 | 72 |
| Binary | 11101011 | 1011110 | 111100 | 0 | 111100 | 1001010 | 1000 | 1100 | 1010001 | 111010 |
Color Harmonies of #EB5E3C
Complementary color
Monochromatic Colors of #EB5E3C
Black with #EB5E3C
Text Example
Text Example
White with #EB5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5E3C; }
p { color: rgb(235,94,60); }
H1.HeaderClassName
{
color: #EB5E3C;
}
.AnyTagClassName
{
color: #EB5E3C;
}
</style>
background-color css
<style>
a { background-color: #EB5E3C; }
a { background-color: rgb(235,94,60); }
div.DivClassName
{
background-color: #EB5E3C;
}
.BgClassName
{
background-color: #EB5E3C;
}
</style>
border-color css
<style>
span { border-color: #EB5E3C; }
span { border-color: rgb(235,94,60); }
td.TdClassName
{
border-color: #EB5E3C;
}
.TagClassName
{
border-color: #EB5E3C;
}
</style>