Shades of Outrageous Orange #EC5F3E
Tints of Outrageous Orange #EC5F3E
RGB
CMYK
RGB Variations
Color information
#EC5F3E (or 0xEC5F3E) is known color: Outrageous Orange. HEX triplet: EC, 5F and 3E. RGB value is (236,95,62). Sum of RGB (Red+Green+Blue) = 236+95+62=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F3E is #13A0C1. Grayscale: #858585. Windows color (decimal): -1286338 or 4087788. OLE color: 4087788.
HSL color Cylindrical-coordinate representation of color #EC5F3E: hue angle of 11.38º 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 #EC5F3E is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 62 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.07 |
| HSL | 11.38º | 0.82% | 0.58% | - |
| HSV(B) | 11.38º | 0.74% | 0.93% | - |
| XYZ | 39.55 | 26.37 | 7.56 | - |
| YUV | 133.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 62 | 0 | 0.60 | 0.74 | 0.07 | 11.38 | 0.82 | 0.58 |
| Hex | EC | 5F | 3E | 0 | 3C | 4A | 7 | B | 52 | 3A |
| Octal | 354 | 137 | 76 | 0 | 74 | 112 | 7 | 13 | 122 | 72 |
| Binary | 11101100 | 1011111 | 111110 | 0 | 111100 | 1001010 | 111 | 1011 | 1010010 | 111010 |
Color Harmonies of #EC5F3E
Complementary color
Monochromatic Colors of #EC5F3E
Black with #EC5F3E
Text Example
Text Example
White with #EC5F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F3E; }
p { color: rgb(236,95,62); }
H1.HeaderClassName
{
color: #EC5F3E;
}
.AnyTagClassName
{
color: #EC5F3E;
}
</style>
background-color css
<style>
a { background-color: #EC5F3E; }
a { background-color: rgb(236,95,62); }
div.DivClassName
{
background-color: #EC5F3E;
}
.BgClassName
{
background-color: #EC5F3E;
}
</style>
border-color css
<style>
span { border-color: #EC5F3E; }
span { border-color: rgb(236,95,62); }
td.TdClassName
{
border-color: #EC5F3E;
}
.TagClassName
{
border-color: #EC5F3E;
}
</style>