#EF8B9E

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

Shades of Wewak #EF8B9E

Tints of Wewak #EF8B9E

Color information

#EF8B9E (or 0xEF8B9E) is unknown color: approx Wewak. HEX triplet: EF, 8B and 9E. RGB value is (239,139,158). Sum of RGB (Red+Green+Blue) = 239+139+158=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B9E is #107461. Grayscale: #ABABAB. Windows color (decimal): -1078370 or 10390511. OLE color: 10390511.

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

Color convert

RGB239139158-
CMYK00.420.340.06
HSL348.6º75.76%74.12%-
HSV(B)348.6º41.84%93.73%-
XYZ5139.2837.24-
YUV171.07120.63176.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=44.59%
G=25.93%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913915800.420.340.06348.675.7674.12
HexEF8B9E02A22615d4c4a
Octal357213236052426535114112
Binary111011111000101110011110010101010001011010101110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8B9E; }

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

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

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

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

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

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

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

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