Html Css Color HEX #EF8A8C Wewak

📋 copy color: '#EF8A8C'

red 239 ◦ green 138 ◦ blue 140

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

Shades of Wewak #EF8A8C

Tints of Wewak #EF8A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.69%

 BLUE value IS 140 (55.08% from 255) = 27.08%

R = 46.23%
G = 26.69%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF8A8C (or 0xEF8A8C) is known color: Wewak. HEX triplet: EF, 8A and 8C. RGB value is (239,138,140). Sum of RGB (Red+Green+Blue) = 239+138+140=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A8C is #107573. Grayscale: #A8A8A8. Windows color (decimal): -1078644 or 9210607. OLE color: 9210607.

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

Color convert

RGB 239 138 140 -
CMYK 0 0.42 0.41 0.06
HSL 358.81º 0.76% 0.74% -
HSV(B) 358.81º 0.42% 0.94% -
XYZ 49.42 38.42 29.62 -
YUV 168.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 239 138 140 0 0.42 0.41 0.06 358.81 0.76 0.74
Hex EF 8A 8C 0 2A 29 6 167 4C 4A
Octal 357 212 214 0 52 51 6 547 114 112
Binary 11101111 10001010 10001100 0 101010 101001 110 101100111 1001100 1001010

Color Harmonies of #EF8A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A8C

Black with #EF8A8C

Text Example


Text Example

White with #EF8A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A8C; }

 p { color: rgb(239,138,140); }

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

background-color css

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

 a { background-color: rgb(239,138,140); }

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

border-color css

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

 span { border-color: rgb(239,138,140); }

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