Html Css Color HEX #EF8B9F Wewak

📋 copy color: '#EF8B9F'

red 239 ◦ green 139 ◦ blue 159

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

Shades of Wewak #EF8B9F

Tints of Wewak #EF8B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.88%

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 44.51%
G = 25.88%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF8B9F (or 0xEF8B9F) is known color: Wewak. HEX triplet: EF, 8B and 9F. RGB value is (239,139,159). Sum of RGB (Red+Green+Blue) = 239+139+159=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B9F is #107460. Grayscale: #ABABAB. Windows color (decimal): -1078369 or 10456047. OLE color: 10456047.

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

Color convert

RGB 239 139 159 -
CMYK 0 0.42 0.33 0.06
HSL 348º 0.76% 0.74% -
HSV(B) 348º 0.42% 0.94% -
XYZ 51.09 39.32 37.7 -
YUV 171.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 239 139 159 0 0.42 0.33 0.06 348 0.76 0.74
Hex EF 8B 9F 0 2A 21 6 15C 4C 4A
Octal 357 213 237 0 52 41 6 534 114 112
Binary 11101111 10001011 10011111 0 101010 100001 110 101011100 1001100 1001010

Color Harmonies of #EF8B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B9F

Black with #EF8B9F

Text Example


Text Example

White with #EF8B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B9F; }

 p { color: rgb(239,139,159); }

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

background-color css

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

 a { background-color: rgb(239,139,159); }

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

border-color css

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

 span { border-color: rgb(239,139,159); }

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