Shades of Outrageous Orange #EB5B3C
Tints of Outrageous Orange #EB5B3C
RGB
CMYK
RGB Variations
Color information
#EB5B3C (or 0xEB5B3C) is known color: Outrageous Orange. HEX triplet: EB, 5B and 3C. RGB value is (235,91,60). Sum of RGB (Red+Green+Blue) = 235+91+60=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5B3C is #14A4C3. Grayscale: #828282. Windows color (decimal): -1352900 or 3955691. OLE color: 3955691.
HSL color Cylindrical-coordinate representation of color #EB5B3C: hue angle of 10.63º 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 #EB5B3C is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 91 | 60 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.08 |
| HSL | 10.63º | 0.81% | 0.58% | - |
| HSV(B) | 10.63º | 0.74% | 0.92% | - |
| XYZ | 38.82 | 25.47 | 7.15 | - |
| YUV | 130.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 91 | 60 | 0 | 0.61 | 0.74 | 0.08 | 10.63 | 0.81 | 0.58 |
| Hex | EB | 5B | 3C | 0 | 3D | 4A | 8 | B | 51 | 3A |
| Octal | 353 | 133 | 74 | 0 | 75 | 112 | 10 | 13 | 121 | 72 |
| Binary | 11101011 | 1011011 | 111100 | 0 | 111101 | 1001010 | 1000 | 1011 | 1010001 | 111010 |
Color Harmonies of #EB5B3C
Complementary color
Monochromatic Colors of #EB5B3C
Black with #EB5B3C
Text Example
Text Example
White with #EB5B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5B3C; }
p { color: rgb(235,91,60); }
H1.HeaderClassName
{
color: #EB5B3C;
}
.AnyTagClassName
{
color: #EB5B3C;
}
</style>
background-color css
<style>
a { background-color: #EB5B3C; }
a { background-color: rgb(235,91,60); }
div.DivClassName
{
background-color: #EB5B3C;
}
.BgClassName
{
background-color: #EB5B3C;
}
</style>
border-color css
<style>
span { border-color: #EB5B3C; }
span { border-color: rgb(235,91,60); }
td.TdClassName
{
border-color: #EB5B3C;
}
.TagClassName
{
border-color: #EB5B3C;
}
</style>