#EC823B

Color #EC823B West Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Side #EC823B

Tints of West Side #EC823B

Color information

#EC823B (or 0xEC823B) is unknown color: approx West Side. HEX triplet: EC, 82 and 3B. RGB value is (236,130,59). Sum of RGB (Red+Green+Blue) = 236+130+59=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC823B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC823B is #137DC4. Grayscale: #999999. Windows color (decimal): -1277381 or 3900140. OLE color: 3900140.

HSL color Cylindrical-coordinate representation of color #EC823B: hue angle of 24.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC823B is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB23613059-
CMYK00.450.750.07
HSL24.07º82.33%57.84%-
HSV(B)24.07º75%92.55%-
XYZ43.3634.118.44-
YUV153.674.62186.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.53%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=55.53%
G=30.59%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361305900.450.750.0724.0782.3357.84
HexEC823B02D4B718523a
Octal3542027305511373012272
Binary111011001000001011101101011011001011111110001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC823B; }

 p { color: rgb(236,130,59); }

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

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

 a { background-color: rgb(236,130,59); }

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

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

 span { border-color: rgb(236,130,59); }

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