Html Css Color HEX #EF9E9F Wewak

📋 copy color: '#EF9E9F'

red 239 ◦ green 158 ◦ blue 159

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

Shades of Wewak #EF9E9F

Tints of Wewak #EF9E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.42%

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

R = 42.99%
G = 28.42%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF9E9F (or 0xEF9E9F) is known color: Wewak. HEX triplet: EF, 9E and 9F. RGB value is (239,158,159). Sum of RGB (Red+Green+Blue) = 239+158+159=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9E9F is #106160. Grayscale: #B6B6B6. Windows color (decimal): -1073505 or 10460911. OLE color: 10460911.

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

Color convert

RGB 239 158 159 -
CMYK 0 0.34 0.33 0.06
HSL 359.26º 0.72% 0.78% -
HSV(B) 359.26º 0.34% 0.94% -
XYZ 54.08 45.31 38.7 -
YUV 182.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 239 158 159 0 0.34 0.33 0.06 359.26 0.72 0.78
Hex EF 9E 9F 0 22 21 6 167 48 4E
Octal 357 236 237 0 42 41 6 547 110 116
Binary 11101111 10011110 10011111 0 100010 100001 110 101100111 1001000 1001110

Color Harmonies of #EF9E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E9F

Black with #EF9E9F

Text Example


Text Example

White with #EF9E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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