Shades of Outrageous Orange #EB5D3D
Tints of Outrageous Orange #EB5D3D
RGB
CMYK
RGB Variations
Color information
#EB5D3D (or 0xEB5D3D) is known color: Outrageous Orange. HEX triplet: EB, 5D and 3D. RGB value is (235,93,61). Sum of RGB (Red+Green+Blue) = 235+93+61=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D3D is #14A2C2. Grayscale: #848484. Windows color (decimal): -1352387 or 4021739. OLE color: 4021739.
HSL color Cylindrical-coordinate representation of color #EB5D3D: hue angle of 11.03º 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 #EB5D3D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 61 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.08 |
| HSL | 11.03º | 0.81% | 0.58% | - |
| HSV(B) | 11.03º | 0.74% | 0.92% | - |
| XYZ | 39.02 | 25.83 | 7.34 | - |
| YUV | 131.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 61 | 0 | 0.60 | 0.74 | 0.08 | 11.03 | 0.81 | 0.58 |
| Hex | EB | 5D | 3D | 0 | 3C | 4A | 8 | B | 51 | 3A |
| Octal | 353 | 135 | 75 | 0 | 74 | 112 | 10 | 13 | 121 | 72 |
| Binary | 11101011 | 1011101 | 111101 | 0 | 111100 | 1001010 | 1000 | 1011 | 1010001 | 111010 |
Color Harmonies of #EB5D3D
Complementary color
Monochromatic Colors of #EB5D3D
Black with #EB5D3D
Text Example
Text Example
White with #EB5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D3D; }
p { color: rgb(235,93,61); }
H1.HeaderClassName
{
color: #EB5D3D;
}
.AnyTagClassName
{
color: #EB5D3D;
}
</style>
background-color css
<style>
a { background-color: #EB5D3D; }
a { background-color: rgb(235,93,61); }
div.DivClassName
{
background-color: #EB5D3D;
}
.BgClassName
{
background-color: #EB5D3D;
}
</style>
border-color css
<style>
span { border-color: #EB5D3D; }
span { border-color: rgb(235,93,61); }
td.TdClassName
{
border-color: #EB5D3D;
}
.TagClassName
{
border-color: #EB5D3D;
}
</style>