Shades of Outrageous Orange #EC6034
Tints of Outrageous Orange #EC6034
RGB
CMYK
RGB Variations
Color information
#EC6034 (or 0xEC6034) is known color: Outrageous Orange. HEX triplet: EC, 60 and 34. RGB value is (236,96,52). Sum of RGB (Red+Green+Blue) = 236+96+52=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6034 is #139FCB. Grayscale: #858585. Windows color (decimal): -1286092 or 3432684. OLE color: 3432684.
HSL color Cylindrical-coordinate representation of color #EC6034: hue angle of 14.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC6034 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 52 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.07 |
| HSL | 14.35º | 0.83% | 0.56% | - |
| HSV(B) | 14.35º | 0.78% | 0.93% | - |
| XYZ | 39.39 | 26.45 | 6.28 | - |
| YUV | 132.84 | 82.38 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 52 | 0 | 0.59 | 0.78 | 0.07 | 14.35 | 0.83 | 0.56 |
| Hex | EC | 60 | 34 | 0 | 3B | 4E | 7 | E | 53 | 38 |
| Octal | 354 | 140 | 64 | 0 | 73 | 116 | 7 | 16 | 123 | 70 |
| Binary | 11101100 | 1100000 | 110100 | 0 | 111011 | 1001110 | 111 | 1110 | 1010011 | 111000 |
Color Harmonies of #EC6034
Complementary color
Monochromatic Colors of #EC6034
Black with #EC6034
Text Example
Text Example
White with #EC6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6034; }
p { color: rgb(236,96,52); }
H1.HeaderClassName
{
color: #EC6034;
}
.AnyTagClassName
{
color: #EC6034;
}
</style>
background-color css
<style>
a { background-color: #EC6034; }
a { background-color: rgb(236,96,52); }
div.DivClassName
{
background-color: #EC6034;
}
.BgClassName
{
background-color: #EC6034;
}
</style>
border-color css
<style>
span { border-color: #EC6034; }
span { border-color: rgb(236,96,52); }
td.TdClassName
{
border-color: #EC6034;
}
.TagClassName
{
border-color: #EC6034;
}
</style>