#EF8F9A

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

Shades of Wewak #EF8F9A

Tints of Wewak #EF8F9A

Color information

#EF8F9A (or 0xEF8F9A) is unknown color: approx Wewak. HEX triplet: EF, 8F and 9A. RGB value is (239,143,154). Sum of RGB (Red+Green+Blue) = 239+143+154=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F9A is #107065. Grayscale: #ADADAD. Windows color (decimal): -1077350 or 10129391. OLE color: 10129391.

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

Color convert

RGB239143154-
CMYK00.400.360.06
HSL353.12º75%74.9%-
HSV(B)353.12º40.17%93.73%-
XYZ51.2540.3335.65-
YUV172.96117.3175.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=44.59%
G=26.68%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914315400.400.360.06353.127574.9
HexEF8F9A0282461614b4b
Octal357217232050446541113113
Binary111011111000111110011010010100010010011010110000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8F9A; }

 p { color: rgb(239,143,154); }

 H1.HeaderClassName
 {
   color: #EF8F9A;
 }
 .AnyTagClassName
 {
   color: #EF8F9A;
 }
</style>
background-color css

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

 a { background-color: rgb(239,143,154); }

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

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

 span { border-color: rgb(239,143,154); }

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