Shades of Outrageous Orange #EB573C
Tints of Outrageous Orange #EB573C
RGB
CMYK
RGB Variations
Color information
#EB573C (or 0xEB573C) is known color: Outrageous Orange. HEX triplet: EB, 57 and 3C. RGB value is (235,87,60). Sum of RGB (Red+Green+Blue) = 235+87+60=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB573C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB573C is #14A8C3. Grayscale: #808080. Windows color (decimal): -1353924 or 3954667. OLE color: 3954667.
HSL color Cylindrical-coordinate representation of color #EB573C: hue angle of 9.26º 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 #EB573C is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 87 | 60 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.08 |
| HSL | 9.26º | 0.81% | 0.58% | - |
| HSV(B) | 9.26º | 0.74% | 0.92% | - |
| XYZ | 38.48 | 24.8 | 7.03 | - |
| YUV | 128.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 87 | 60 | 0 | 0.63 | 0.74 | 0.08 | 9.26 | 0.81 | 0.58 |
| Hex | EB | 57 | 3C | 0 | 3F | 4A | 8 | 9 | 51 | 3A |
| Octal | 353 | 127 | 74 | 0 | 77 | 112 | 10 | 11 | 121 | 72 |
| Binary | 11101011 | 1010111 | 111100 | 0 | 111111 | 1001010 | 1000 | 1001 | 1010001 | 111010 |
Color Harmonies of #EB573C
Complementary color
Monochromatic Colors of #EB573C
Black with #EB573C
Text Example
Text Example
White with #EB573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB573C; }
p { color: rgb(235,87,60); }
H1.HeaderClassName
{
color: #EB573C;
}
.AnyTagClassName
{
color: #EB573C;
}
</style>
background-color css
<style>
a { background-color: #EB573C; }
a { background-color: rgb(235,87,60); }
div.DivClassName
{
background-color: #EB573C;
}
.BgClassName
{
background-color: #EB573C;
}
</style>
border-color css
<style>
span { border-color: #EB573C; }
span { border-color: rgb(235,87,60); }
td.TdClassName
{
border-color: #EB573C;
}
.TagClassName
{
border-color: #EB573C;
}
</style>