Shades of Outrageous Orange #EC5A3E
Tints of Outrageous Orange #EC5A3E
RGB
CMYK
RGB Variations
Color information
#EC5A3E (or 0xEC5A3E) is known color: Outrageous Orange. HEX triplet: EC, 5A and 3E. RGB value is (236,90,62). Sum of RGB (Red+Green+Blue) = 236+90+62=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A3E is #13A5C1. Grayscale: #828282. Windows color (decimal): -1287618 or 4086508. OLE color: 4086508.
HSL color Cylindrical-coordinate representation of color #EC5A3E: hue angle of 9.66º 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 #EC5A3E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 62 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.07 |
| HSL | 9.66º | 0.82% | 0.58% | - |
| HSV(B) | 9.66º | 0.74% | 0.93% | - |
| XYZ | 39.12 | 25.49 | 7.42 | - |
| YUV | 130.46 | 89.37 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 62 | 0 | 0.62 | 0.74 | 0.07 | 9.66 | 0.82 | 0.58 |
| Hex | EC | 5A | 3E | 0 | 3E | 4A | 7 | A | 52 | 3A |
| Octal | 354 | 132 | 76 | 0 | 76 | 112 | 7 | 12 | 122 | 72 |
| Binary | 11101100 | 1011010 | 111110 | 0 | 111110 | 1001010 | 111 | 1010 | 1010010 | 111010 |
Color Harmonies of #EC5A3E
Complementary color
Monochromatic Colors of #EC5A3E
Black with #EC5A3E
Text Example
Text Example
White with #EC5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A3E; }
p { color: rgb(236,90,62); }
H1.HeaderClassName
{
color: #EC5A3E;
}
.AnyTagClassName
{
color: #EC5A3E;
}
</style>
background-color css
<style>
a { background-color: #EC5A3E; }
a { background-color: rgb(236,90,62); }
div.DivClassName
{
background-color: #EC5A3E;
}
.BgClassName
{
background-color: #EC5A3E;
}
</style>
border-color css
<style>
span { border-color: #EC5A3E; }
span { border-color: rgb(236,90,62); }
td.TdClassName
{
border-color: #EC5A3E;
}
.TagClassName
{
border-color: #EC5A3E;
}
</style>