Shades of Outrageous Orange #EB583C
Tints of Outrageous Orange #EB583C
RGB
CMYK
RGB Variations
Color information
#EB583C (or 0xEB583C) is known color: Outrageous Orange. HEX triplet: EB, 58 and 3C. RGB value is (235,88,60). Sum of RGB (Red+Green+Blue) = 235+88+60=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB583C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB583C is #14A7C3. Grayscale: #818181. Windows color (decimal): -1353668 or 3954923. OLE color: 3954923.
HSL color Cylindrical-coordinate representation of color #EB583C: hue angle of 9.6º 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 #EB583C is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 88 | 60 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.08 |
| HSL | 9.6º | 0.81% | 0.58% | - |
| HSV(B) | 9.6º | 0.74% | 0.92% | - |
| XYZ | 38.57 | 24.97 | 7.06 | - |
| YUV | 128.76 | 89.2 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 88 | 60 | 0 | 0.63 | 0.74 | 0.08 | 9.6 | 0.81 | 0.58 |
| Hex | EB | 58 | 3C | 0 | 3F | 4A | 8 | A | 51 | 3A |
| Octal | 353 | 130 | 74 | 0 | 77 | 112 | 10 | 12 | 121 | 72 |
| Binary | 11101011 | 1011000 | 111100 | 0 | 111111 | 1001010 | 1000 | 1010 | 1010001 | 111010 |
Color Harmonies of #EB583C
Complementary color
Monochromatic Colors of #EB583C
Black with #EB583C
Text Example
Text Example
White with #EB583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB583C; }
p { color: rgb(235,88,60); }
H1.HeaderClassName
{
color: #EB583C;
}
.AnyTagClassName
{
color: #EB583C;
}
</style>
background-color css
<style>
a { background-color: #EB583C; }
a { background-color: rgb(235,88,60); }
div.DivClassName
{
background-color: #EB583C;
}
.BgClassName
{
background-color: #EB583C;
}
</style>
border-color css
<style>
span { border-color: #EB583C; }
span { border-color: rgb(235,88,60); }
td.TdClassName
{
border-color: #EB583C;
}
.TagClassName
{
border-color: #EB583C;
}
</style>