Shades of Outrageous Orange #EB593D
Tints of Outrageous Orange #EB593D
RGB
CMYK
RGB Variations
Color information
#EB593D (or 0xEB593D) is known color: Outrageous Orange. HEX triplet: EB, 59 and 3D. RGB value is (235,89,61). Sum of RGB (Red+Green+Blue) = 235+89+61=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB593D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB593D is #14A6C2. Grayscale: #818181. Windows color (decimal): -1353411 or 4020715. OLE color: 4020715.
HSL color Cylindrical-coordinate representation of color #EB593D: hue angle of 9.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 #EB593D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 61 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.08 |
| HSL | 9.66º | 0.81% | 0.58% | - |
| HSV(B) | 9.66º | 0.74% | 0.92% | - |
| XYZ | 38.68 | 25.14 | 7.23 | - |
| YUV | 129.46 | 89.37 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 61 | 0 | 0.62 | 0.74 | 0.08 | 9.66 | 0.81 | 0.58 |
| Hex | EB | 59 | 3D | 0 | 3E | 4A | 8 | A | 51 | 3A |
| Octal | 353 | 131 | 75 | 0 | 76 | 112 | 10 | 12 | 121 | 72 |
| Binary | 11101011 | 1011001 | 111101 | 0 | 111110 | 1001010 | 1000 | 1010 | 1010001 | 111010 |
Color Harmonies of #EB593D
Complementary color
Monochromatic Colors of #EB593D
Black with #EB593D
Text Example
Text Example
White with #EB593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB593D; }
p { color: rgb(235,89,61); }
H1.HeaderClassName
{
color: #EB593D;
}
.AnyTagClassName
{
color: #EB593D;
}
</style>
background-color css
<style>
a { background-color: #EB593D; }
a { background-color: rgb(235,89,61); }
div.DivClassName
{
background-color: #EB593D;
}
.BgClassName
{
background-color: #EB593D;
}
</style>
border-color css
<style>
span { border-color: #EB593D; }
span { border-color: rgb(235,89,61); }
td.TdClassName
{
border-color: #EB593D;
}
.TagClassName
{
border-color: #EB593D;
}
</style>