Html Css Color HEX #EFA0A7 Wewak

📋 copy color: '#EFA0A7'

red 239 ◦ green 160 ◦ blue 167

#EFA0A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #EFA0A7

Tints of Wewak #EFA0A7

RGB

 RED value IS 239 (93.75% from 255) = 42.23%

 GREEN value IS 160 (62.89% from 255) = 28.27%

 BLUE value IS 167 (65.63% from 255) = 29.51%

R = 42.23%
G = 28.27%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFA0A7 (or 0xEFA0A7) is known color: Wewak. HEX triplet: EF, A0 and A7. RGB value is (239,160,167). Sum of RGB (Red+Green+Blue) = 239+160+167=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0A7 is #105F58. Grayscale: #B8B8B8. Windows color (decimal): -1072985 or 10985711. OLE color: 10985711.

HSL color Cylindrical-coordinate representation of color #EFA0A7: hue angle of 354.68º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0A7 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 167 -
CMYK 0 0.33 0.30 0.06
HSL 354.68º 0.71% 0.78% -
HSV(B) 354.68º 0.33% 0.94% -
XYZ 55.14 46.28 42.59 -
YUV 184.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 239 160 167 0 0.33 0.30 0.06 354.68 0.71 0.78
Hex EF A0 A7 0 21 1E 6 163 47 4E
Octal 357 240 247 0 41 36 6 543 107 116
Binary 11101111 10100000 10100111 0 100001 11110 110 101100011 1000111 1001110

Color Harmonies of #EFA0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0A7

Black with #EFA0A7

Text Example


Text Example

White with #EFA0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0A7; }

 p { color: rgb(239,160,167); }

 H1.HeaderClassName
 {
   color: #EFA0A7;
 }
 .AnyTagClassName
 {
   color: #EFA0A7;
 }
</style>

background-color css

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

 a { background-color: rgb(239,160,167); }

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

border-color css

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

 span { border-color: rgb(239,160,167); }

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