Html Css Color HEX #EF9D9E Wewak

📋 copy color: '#EF9D9E'

red 239 ◦ green 157 ◦ blue 158

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

Shades of Wewak #EF9D9E

Tints of Wewak #EF9D9E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.34%

 BLUE value IS 158 (62.11% from 255) = 28.52%

R = 43.14%
G = 28.34%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF9D9E (or 0xEF9D9E) is known color: Wewak. HEX triplet: EF, 9D and 9E. RGB value is (239,157,158). Sum of RGB (Red+Green+Blue) = 239+157+158=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9D9E is #106261. Grayscale: #B5B5B5. Windows color (decimal): -1073762 or 10395119. OLE color: 10395119.

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

Color convert

RGB 239 157 158 -
CMYK 0 0.34 0.34 0.06
HSL 359.27º 0.72% 0.78% -
HSV(B) 359.27º 0.34% 0.94% -
XYZ 53.83 44.93 38.18 -
YUV 181.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 239 157 158 0 0.34 0.34 0.06 359.27 0.72 0.78
Hex EF 9D 9E 0 22 22 6 167 48 4E
Octal 357 235 236 0 42 42 6 547 110 116
Binary 11101111 10011101 10011110 0 100010 100010 110 101100111 1001000 1001110

Color Harmonies of #EF9D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D9E

Black with #EF9D9E

Text Example


Text Example

White with #EF9D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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