#EE8996

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

Shades of Wewak #EE8996

Tints of Wewak #EE8996

Color information

#EE8996 (or 0xEE8996) is unknown color: approx Wewak. HEX triplet: EE, 89 and 96. RGB value is (238,137,150). Sum of RGB (Red+Green+Blue) = 238+137+150=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8996 is #117669. Grayscale: #A8A8A8. Windows color (decimal): -1144426 or 9865710. OLE color: 9865710.

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

Color convert

RGB238137150-
CMYK00.420.370.07
HSL352.28º74.81%73.53%-
HSV(B)352.28º42.44%93.33%-
XYZ49.7138.2733.62-
YUV168.68117.46177.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=45.33%
G=26.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813715000.420.370.07352.2874.8173.53
HexEE899602A2571604b4a
Octal356211226052457540113112
Binary111011101000100110010110010101010010111110110000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8996; }

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

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

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

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

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

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

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

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