#EF8A97

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

Shades of Wewak #EF8A97

Tints of Wewak #EF8A97

Color information

#EF8A97 (or 0xEF8A97) is unknown color: approx Wewak. HEX triplet: EF, 8A and 97. RGB value is (239,138,151). Sum of RGB (Red+Green+Blue) = 239+138+151=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A97 is #107568. Grayscale: #A9A9A9. Windows color (decimal): -1078633 or 9931503. OLE color: 9931503.

HSL color Cylindrical-coordinate representation of color #EF8A97: hue angle of 352.28º 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 #EF8A97 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239138151-
CMYK00.420.370.06
HSL352.28º75.94%73.92%-
HSV(B)352.28º42.26%93.73%-
XYZ50.2738.7634.11-
YUV169.68117.46177.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=45.27%
G=26.14%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913815100.420.370.06352.2875.9473.92
HexEF8A9702A2561604c4a
Octal357212227052456540114112
Binary111011111000101010010111010101010010111010110000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8A97; }

 p { color: rgb(239,138,151); }

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

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

 a { background-color: rgb(239,138,151); }

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

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

 span { border-color: rgb(239,138,151); }

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