Shades of Outrageous Orange #EB562C
Tints of Outrageous Orange #EB562C
RGB
CMYK
RGB Variations
Color information
#EB562C (or 0xEB562C) is known color: Outrageous Orange. HEX triplet: EB, 56 and 2C. RGB value is (235,86,44). Sum of RGB (Red+Green+Blue) = 235+86+44=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB562C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB562C is #14A9D3. Grayscale: #7E7E7E. Windows color (decimal): -1354196 or 2905835. OLE color: 2905835.
HSL color Cylindrical-coordinate representation of color #EB562C: hue angle of 13.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB562C is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 86 | 44 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.08 |
| HSL | 13.19º | 0.83% | 0.55% | - |
| HSV(B) | 13.19º | 0.81% | 0.92% | - |
| XYZ | 38.04 | 24.5 | 5.11 | - |
| YUV | 125.76 | 81.86 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 86 | 44 | 0 | 0.63 | 0.81 | 0.08 | 13.19 | 0.83 | 0.55 |
| Hex | EB | 56 | 2C | 0 | 3F | 51 | 8 | D | 53 | 37 |
| Octal | 353 | 126 | 54 | 0 | 77 | 121 | 10 | 15 | 123 | 67 |
| Binary | 11101011 | 1010110 | 101100 | 0 | 111111 | 1010001 | 1000 | 1101 | 1010011 | 110111 |
Color Harmonies of #EB562C
Complementary color
Monochromatic Colors of #EB562C
Black with #EB562C
Text Example
Text Example
White with #EB562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB562C; }
p { color: rgb(235,86,44); }
H1.HeaderClassName
{
color: #EB562C;
}
.AnyTagClassName
{
color: #EB562C;
}
</style>
background-color css
<style>
a { background-color: #EB562C; }
a { background-color: rgb(235,86,44); }
div.DivClassName
{
background-color: #EB562C;
}
.BgClassName
{
background-color: #EB562C;
}
</style>
border-color css
<style>
span { border-color: #EB562C; }
span { border-color: rgb(235,86,44); }
td.TdClassName
{
border-color: #EB562C;
}
.TagClassName
{
border-color: #EB562C;
}
</style>