Html Css Color HEX #EF8A8B Wewak

📋 copy color: '#EF8A8B'

red 239 ◦ green 138 ◦ blue 139

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

Shades of Wewak #EF8A8B

Tints of Wewak #EF8A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.94%

R = 46.32%
G = 26.74%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF8A8B (or 0xEF8A8B) is known color: Wewak. HEX triplet: EF, 8A and 8B. RGB value is (239,138,139). Sum of RGB (Red+Green+Blue) = 239+138+139=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A8B is #107574. Grayscale: #A8A8A8. Windows color (decimal): -1078645 or 9145071. OLE color: 9145071.

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

Color convert

RGB 239 138 139 -
CMYK 0 0.42 0.42 0.06
HSL 359.41º 0.76% 0.74% -
HSV(B) 359.41º 0.42% 0.94% -
XYZ 49.35 38.39 29.24 -
YUV 168.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 239 138 139 0 0.42 0.42 0.06 359.41 0.76 0.74
Hex EF 8A 8B 0 2A 2A 6 167 4C 4A
Octal 357 212 213 0 52 52 6 547 114 112
Binary 11101111 10001010 10001011 0 101010 101010 110 101100111 1001100 1001010

Color Harmonies of #EF8A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A8B

Black with #EF8A8B

Text Example


Text Example

White with #EF8A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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