Shades of Outrageous Orange #EB5D32
Tints of Outrageous Orange #EB5D32
RGB
CMYK
RGB Variations
Color information
#EB5D32 (or 0xEB5D32) is known color: Outrageous Orange. HEX triplet: EB, 5D and 32. RGB value is (235,93,50). Sum of RGB (Red+Green+Blue) = 235+93+50=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D32 is #14A2CD. Grayscale: #828282. Windows color (decimal): -1352398 or 3300843. OLE color: 3300843.
HSL color Cylindrical-coordinate representation of color #EB5D32: hue angle of 13.95º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB5D32 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 50 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.08 |
| HSL | 13.95º | 0.82% | 0.56% | - |
| HSV(B) | 13.95º | 0.79% | 0.92% | - |
| XYZ | 38.75 | 25.72 | 5.94 | - |
| YUV | 130.56 | 82.54 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 50 | 0 | 0.60 | 0.79 | 0.08 | 13.95 | 0.82 | 0.56 |
| Hex | EB | 5D | 32 | 0 | 3C | 4F | 8 | E | 52 | 38 |
| Octal | 353 | 135 | 62 | 0 | 74 | 117 | 10 | 16 | 122 | 70 |
| Binary | 11101011 | 1011101 | 110010 | 0 | 111100 | 1001111 | 1000 | 1110 | 1010010 | 111000 |
Color Harmonies of #EB5D32
Complementary color
Monochromatic Colors of #EB5D32
Black with #EB5D32
Text Example
Text Example
White with #EB5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D32; }
p { color: rgb(235,93,50); }
H1.HeaderClassName
{
color: #EB5D32;
}
.AnyTagClassName
{
color: #EB5D32;
}
</style>
background-color css
<style>
a { background-color: #EB5D32; }
a { background-color: rgb(235,93,50); }
div.DivClassName
{
background-color: #EB5D32;
}
.BgClassName
{
background-color: #EB5D32;
}
</style>
border-color css
<style>
span { border-color: #EB5D32; }
span { border-color: rgb(235,93,50); }
td.TdClassName
{
border-color: #EB5D32;
}
.TagClassName
{
border-color: #EB5D32;
}
</style>