#EC6031

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

Shades of Outrageous Orange #EC6031

Tints of Outrageous Orange #EC6031

Color information

#EC6031 (or 0xEC6031) is unknown color: approx Outrageous Orange. HEX triplet: EC, 60 and 31. RGB value is (236,96,49). Sum of RGB (Red+Green+Blue) = 236+96+49=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6031 is #139FCE. Grayscale: #848484. Windows color (decimal): -1286095 or 3236076. OLE color: 3236076.

HSL color Cylindrical-coordinate representation of color #EC6031: hue angle of 15.08º 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 #EC6031 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB2369649-
CMYK00.590.790.07
HSL15.08º83.11%55.88%-
HSV(B)15.08º79.24%92.55%-
XYZ39.3326.425.93-
YUV132.580.88201.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.94%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 49 (19.53% from 255) = 12.86%
R=61.94%
G=25.20%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236964900.590.790.0715.0883.1155.88
HexEC603103B4F7f5338
Octal3541406107311771712370
Binary1110110011000001100010111011100111111111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6031; }

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

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

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

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

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

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

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

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