Html Css Color HEX #EF8D96 Wewak

📋 copy color: '#EF8D96'

red 239 ◦ green 141 ◦ blue 150

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

Shades of Wewak #EF8D96

Tints of Wewak #EF8D96

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.6%

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 45.09%
G = 26.6%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF8D96 (or 0xEF8D96) is known color: Wewak. HEX triplet: EF, 8D and 96. RGB value is (239,141,150). Sum of RGB (Red+Green+Blue) = 239+141+150=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D96 is #107269. Grayscale: #ABABAB. Windows color (decimal): -1077866 or 9866735. OLE color: 9866735.

HSL color Cylindrical-coordinate representation of color #EF8D96: hue angle of 354.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8D96 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 150 -
CMYK 0 0.41 0.37 0.06
HSL 354.49º 0.75% 0.75% -
HSV(B) 354.49º 0.41% 0.94% -
XYZ 50.63 39.6 33.83 -
YUV 171.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 239 141 150 0 0.41 0.37 0.06 354.49 0.75 0.75
Hex EF 8D 96 0 29 25 6 162 4B 4B
Octal 357 215 226 0 51 45 6 542 113 113
Binary 11101111 10001101 10010110 0 101001 100101 110 101100010 1001011 1001011

Color Harmonies of #EF8D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D96

Black with #EF8D96

Text Example


Text Example

White with #EF8D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D96; }

 p { color: rgb(239,141,150); }

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

background-color css

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

 a { background-color: rgb(239,141,150); }

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

border-color css

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

 span { border-color: rgb(239,141,150); }

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