Html Css Color HEX #EFA1A4 Wewak

📋 copy color: '#EFA1A4'

red 239 ◦ green 161 ◦ blue 164

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

Shades of Wewak #EFA1A4

Tints of Wewak #EFA1A4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.55%

 BLUE value IS 164 (64.45% from 255) = 29.08%

R = 42.38%
G = 28.55%
B = 29.08%

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

#EFA1A4 (or 0xEFA1A4) is known color: Wewak. HEX triplet: EF, A1 and A4. RGB value is (239,161,164). Sum of RGB (Red+Green+Blue) = 239+161+164=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA1A4 is #105E5B. Grayscale: #B8B8B8. Windows color (decimal): -1072732 or 10789359. OLE color: 10789359.

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

Color convert

RGB 239 161 164 -
CMYK 0 0.33 0.31 0.06
HSL 357.69º 0.71% 0.78% -
HSV(B) 357.69º 0.33% 0.94% -
XYZ 55.04 46.52 41.2 -
YUV 184.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 239 161 164 0 0.33 0.31 0.06 357.69 0.71 0.78
Hex EF A1 A4 0 21 1F 6 166 47 4E
Octal 357 241 244 0 41 37 6 546 107 116
Binary 11101111 10100001 10100100 0 100001 11111 110 101100110 1000111 1001110

Color Harmonies of #EFA1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1A4

Black with #EFA1A4

Text Example


Text Example

White with #EFA1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1A4; }

 p { color: rgb(239,161,164); }

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

background-color css

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

 a { background-color: rgb(239,161,164); }

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

border-color css

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

 span { border-color: rgb(239,161,164); }

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