#EC9499

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

Shades of Wewak #EC9499

Tints of Wewak #EC9499

Color information

#EC9499 (or 0xEC9499) is unknown color: approx Wewak. HEX triplet: EC, 94 and 99. RGB value is (236,148,153). Sum of RGB (Red+Green+Blue) = 236+148+153=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9499 is #136B66. Grayscale: #AEAEAE. Windows color (decimal): -1272679 or 10065132. OLE color: 10065132.

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

Color convert

RGB236148153-
CMYK00.370.350.07
HSL356.59º69.84%75.29%-
HSV(B)356.59º37.29%92.55%-
XYZ50.9341.3135.43-
YUV174.88115.65171.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=43.95%
G=27.56%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614815300.370.350.07356.5969.8475.29
HexEC9499025237165464b
Octal354224231045437545106113
Binary111011001001010010011001010010110001111110110010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9499; }

 p { color: rgb(236,148,153); }

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

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

 a { background-color: rgb(236,148,153); }

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

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

 span { border-color: rgb(236,148,153); }

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