#EF989A

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

Shades of Wewak #EF989A

Tints of Wewak #EF989A

Color information

#EF989A (or 0xEF989A) is unknown color: approx Wewak. HEX triplet: EF, 98 and 9A. RGB value is (239,152,154). Sum of RGB (Red+Green+Blue) = 239+152+154=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF989A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF989A is #106765. Grayscale: #B2B2B2. Windows color (decimal): -1075046 or 10131695. OLE color: 10131695.

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

Color convert

RGB239152154-
CMYK00.360.360.06
HSL358.62º73.11%76.67%-
HSV(B)358.62º36.4%93.73%-
XYZ52.6643.1436.12-
YUV178.24114.32171.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=43.85%
G=27.89%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915215400.360.360.06358.6273.1176.67
HexEF989A024246167494d
Octal357230232044446547111115
Binary111011111001100010011010010010010010011010110011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF989A; }

 p { color: rgb(239,152,154); }

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

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

 a { background-color: rgb(239,152,154); }

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

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

 span { border-color: rgb(239,152,154); }

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