Shades of Outrageous Orange #EB5C2A
Tints of Outrageous Orange #EB5C2A
RGB
CMYK
RGB Variations
Color information
#EB5C2A (or 0xEB5C2A) is known color: Outrageous Orange. HEX triplet: EB, 5C and 2A. RGB value is (235,92,42). Sum of RGB (Red+Green+Blue) = 235+92+42=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C2A is #14A3D5. Grayscale: #818181. Windows color (decimal): -1352662 or 2776299. OLE color: 2776299.
HSL color Cylindrical-coordinate representation of color #EB5C2A: hue angle of 15.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB5C2A is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 92 | 42 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.08 |
| HSL | 15.54º | 0.83% | 0.54% | - |
| HSV(B) | 15.54º | 0.82% | 0.92% | - |
| XYZ | 38.51 | 25.48 | 5.08 | - |
| YUV | 129.06 | 78.88 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 92 | 42 | 0 | 0.61 | 0.82 | 0.08 | 15.54 | 0.83 | 0.54 |
| Hex | EB | 5C | 2A | 0 | 3D | 52 | 8 | 10 | 53 | 36 |
| Octal | 353 | 134 | 52 | 0 | 75 | 122 | 10 | 20 | 123 | 66 |
| Binary | 11101011 | 1011100 | 101010 | 0 | 111101 | 1010010 | 1000 | 10000 | 1010011 | 110110 |
Color Harmonies of #EB5C2A
Complementary color
Monochromatic Colors of #EB5C2A
Black with #EB5C2A
Text Example
Text Example
White with #EB5C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5C2A; }
p { color: rgb(235,92,42); }
H1.HeaderClassName
{
color: #EB5C2A;
}
.AnyTagClassName
{
color: #EB5C2A;
}
</style>
background-color css
<style>
a { background-color: #EB5C2A; }
a { background-color: rgb(235,92,42); }
div.DivClassName
{
background-color: #EB5C2A;
}
.BgClassName
{
background-color: #EB5C2A;
}
</style>
border-color css
<style>
span { border-color: #EB5C2A; }
span { border-color: rgb(235,92,42); }
td.TdClassName
{
border-color: #EB5C2A;
}
.TagClassName
{
border-color: #EB5C2A;
}
</style>