#EF909E

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

Shades of Wewak #EF909E

Tints of Wewak #EF909E

Color information

#EF909E (or 0xEF909E) is unknown color: approx Wewak. HEX triplet: EF, 90 and 9E. RGB value is (239,144,158). Sum of RGB (Red+Green+Blue) = 239+144+158=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF909E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF909E is #106F61. Grayscale: #AEAEAE. Windows color (decimal): -1077090 or 10391791. OLE color: 10391791.

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

Color convert

RGB239144158-
CMYK00.400.340.06
HSL351.16º74.8%75.1%-
HSV(B)351.16º39.75%93.73%-
XYZ51.7440.7737.49-
YUV174118.97174.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 158 (62.11% from 255) = 29.21%
R=44.18%
G=26.62%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914415800.400.340.06351.1674.875.1
HexEF909E02822615f4b4b
Octal357220236050426537113113
Binary111011111001000010011110010100010001011010101111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF909E; }

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

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

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

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

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

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

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

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