Html Css Color HEX #EFA0A6 Wewak

📋 copy color: '#EFA0A6'

red 239 ◦ green 160 ◦ blue 166

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

Shades of Wewak #EFA0A6

Tints of Wewak #EFA0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.38%

R = 42.3%
G = 28.32%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFA0A6 (or 0xEFA0A6) is known color: Wewak. HEX triplet: EF, A0 and A6. RGB value is (239,160,166). Sum of RGB (Red+Green+Blue) = 239+160+166=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0A6 is #105F59. Grayscale: #B8B8B8. Windows color (decimal): -1072986 or 10920175. OLE color: 10920175.

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

Color convert

RGB 239 160 166 -
CMYK 0 0.33 0.31 0.06
HSL 355.44º 0.71% 0.78% -
HSV(B) 355.44º 0.33% 0.94% -
XYZ 55.05 46.25 42.1 -
YUV 184.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 239 160 166 0 0.33 0.31 0.06 355.44 0.71 0.78
Hex EF A0 A6 0 21 1F 6 163 47 4E
Octal 357 240 246 0 41 37 6 543 107 116
Binary 11101111 10100000 10100110 0 100001 11111 110 101100011 1000111 1001110

Color Harmonies of #EFA0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0A6

Black with #EFA0A6

Text Example


Text Example

White with #EFA0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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