#EF999A

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

Shades of Wewak #EF999A

Tints of Wewak #EF999A

Color information

#EF999A (or 0xEF999A) is unknown color: approx Wewak. HEX triplet: EF, 99 and 9A. RGB value is (239,153,154). Sum of RGB (Red+Green+Blue) = 239+153+154=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF999A is #106665. Grayscale: #B2B2B2. Windows color (decimal): -1074790 or 10131951. OLE color: 10131951.

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

Color convert

RGB239153154-
CMYK00.360.360.06
HSL359.3º72.88%76.86%-
HSV(B)359.3º35.98%93.73%-
XYZ52.8243.4736.18-
YUV178.83113.99170.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=43.77%
G=28.02%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915315400.360.360.06359.372.8876.86
HexEF999A024246167494d
Octal357231232044446547111115
Binary111011111001100110011010010010010010011010110011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF999A; }

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

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

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

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

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

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

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

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