#EF8A8B

Color #EF8A8B Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #EF8A8B

Tints of Wewak #EF8A8B

Color information

#EF8A8B (or 0xEF8A8B) is unknown color: approx 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

RGB239138139-
CMYK00.420.420.06
HSL359.41º75.94%73.92%-
HSV(B)359.41º42.26%93.73%-
XYZ49.3538.3929.24-
YUV168.31111.46178.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913813900.420.420.06359.4175.9473.92
HexEF8A8B02A2A61674c4a
Octal357212213052526547114112
Binary111011111000101010001011010101010101011010110011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>