#EE9396

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

Shades of Wewak #EE9396

Tints of Wewak #EE9396

Color information

#EE9396 (or 0xEE9396) is unknown color: approx Wewak. HEX triplet: EE, 93 and 96. RGB value is (238,147,150). Sum of RGB (Red+Green+Blue) = 238+147+150=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9396 is #116C69. Grayscale: #AEAEAE. Windows color (decimal): -1141866 or 9868270. OLE color: 9868270.

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

Color convert

RGB238147150-
CMYK00.380.370.07
HSL358.02º72.8%75.49%-
HSV(B)358.02º38.24%93.33%-
XYZ51.241.2534.12-
YUV174.55114.15173.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=44.49%
G=27.48%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814715000.380.370.07358.0272.875.49
HexEE9396026257166494b
Octal356223226046457546111113
Binary111011101001001110010110010011010010111110110011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9396; }

 p { color: rgb(238,147,150); }

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

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

 a { background-color: rgb(238,147,150); }

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

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

 span { border-color: rgb(238,147,150); }

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