Shades of Outrageous Orange #EC5A3D
Tints of Outrageous Orange #EC5A3D
RGB
CMYK
RGB Variations
Color information
#EC5A3D (or 0xEC5A3D) is known color: Outrageous Orange. HEX triplet: EC, 5A and 3D. RGB value is (236,90,61). Sum of RGB (Red+Green+Blue) = 236+90+61=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A3D is #13A5C2. Grayscale: #828282. Windows color (decimal): -1287619 or 4020972. OLE color: 4020972.
HSL color Cylindrical-coordinate representation of color #EC5A3D: hue angle of 9.94º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC5A3D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 61 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.07 |
| HSL | 9.94º | 0.82% | 0.58% | - |
| HSV(B) | 9.94º | 0.74% | 0.93% | - |
| XYZ | 39.09 | 25.48 | 7.27 | - |
| YUV | 130.35 | 88.87 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 61 | 0 | 0.62 | 0.74 | 0.07 | 9.94 | 0.82 | 0.58 |
| Hex | EC | 5A | 3D | 0 | 3E | 4A | 7 | A | 52 | 3A |
| Octal | 354 | 132 | 75 | 0 | 76 | 112 | 7 | 12 | 122 | 72 |
| Binary | 11101100 | 1011010 | 111101 | 0 | 111110 | 1001010 | 111 | 1010 | 1010010 | 111010 |
Color Harmonies of #EC5A3D
Complementary color
Monochromatic Colors of #EC5A3D
Black with #EC5A3D
Text Example
Text Example
White with #EC5A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A3D; }
p { color: rgb(236,90,61); }
H1.HeaderClassName
{
color: #EC5A3D;
}
.AnyTagClassName
{
color: #EC5A3D;
}
</style>
background-color css
<style>
a { background-color: #EC5A3D; }
a { background-color: rgb(236,90,61); }
div.DivClassName
{
background-color: #EC5A3D;
}
.BgClassName
{
background-color: #EC5A3D;
}
</style>
border-color css
<style>
span { border-color: #EC5A3D; }
span { border-color: rgb(236,90,61); }
td.TdClassName
{
border-color: #EC5A3D;
}
.TagClassName
{
border-color: #EC5A3D;
}
</style>