#EC5E31

Color #EC5E31 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #EC5E31

Tints of Outrageous Orange #EC5E31

Color information

#EC5E31 (or 0xEC5E31) is unknown color: approx Outrageous Orange. HEX triplet: EC, 5E and 31. RGB value is (236,94,49). Sum of RGB (Red+Green+Blue) = 236+94+49=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E31 is #13A1CE. Grayscale: #838383. Windows color (decimal): -1286607 or 3235564. OLE color: 3235564.

HSL color Cylindrical-coordinate representation of color #EC5E31: hue angle of 14.44º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC5E31 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB2369449-
CMYK00.600.790.07
HSL14.44º83.11%55.88%-
HSV(B)14.44º79.24%92.55%-
XYZ39.1526.065.87-
YUV131.3381.54202.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 62.27%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 49 (19.53% from 255) = 12.93%
R=62.27%
G=24.80%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236944900.600.790.0714.4483.1155.88
HexEC5E3103C4F7e5338
Octal3541366107411771612370
Binary1110110010111101100010111100100111111111101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5E31; }

 p { color: rgb(236,94,49); }

 H1.HeaderClassName
 {
   color: #EC5E31;
 }
 .AnyTagClassName
 {
   color: #EC5E31;
 }
</style>
background-color css

<style>
 a { background-color: #EC5E31; }

 a { background-color: rgb(236,94,49); }

 div.DivClassName
 {
   background-color: #EC5E31;
 }
 .BgClassName
 {
   background-color: #EC5E31;
 }
</style>
border-color css

<style>
 span { border-color: #EC5E31; }

 span { border-color: rgb(236,94,49); }

 td.TdClassName
 {
   border-color: #EC5E31;
 }
 .TagClassName
 {
   border-color: #EC5E31;
 }
</style>