#EF9C9E

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

Shades of Wewak #EF9C9E

Tints of Wewak #EF9C9E

Color information

#EF9C9E (or 0xEF9C9E) is unknown color: approx Wewak. HEX triplet: EF, 9C and 9E. RGB value is (239,156,158). Sum of RGB (Red+Green+Blue) = 239+156+158=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9C9E is #106361. Grayscale: #B5B5B5. Windows color (decimal): -1074018 or 10394863. OLE color: 10394863.

HSL color Cylindrical-coordinate representation of color #EF9C9E: hue angle of 358.55º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9C9E is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239156158-
CMYK00.350.340.06
HSL358.55º72.17%77.45%-
HSV(B)358.55º34.73%93.73%-
XYZ53.6644.638.13-
YUV181.04115169.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=43.22%
G=28.21%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915615800.350.340.06358.5572.1777.45
HexEF9C9E023226167484d
Octal357234236043426547110115
Binary111011111001110010011110010001110001011010110011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9C9E; }

 p { color: rgb(239,156,158); }

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

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

 a { background-color: rgb(239,156,158); }

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

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

 span { border-color: rgb(239,156,158); }

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