#EF969A

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

Shades of Wewak #EF969A

Tints of Wewak #EF969A

Color information

#EF969A (or 0xEF969A) is unknown color: approx Wewak. HEX triplet: EF, 96 and 9A. RGB value is (239,150,154). Sum of RGB (Red+Green+Blue) = 239+150+154=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF969A is #106965. Grayscale: #B1B1B1. Windows color (decimal): -1075558 or 10131183. OLE color: 10131183.

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

Color convert

RGB239150154-
CMYK00.370.360.06
HSL357.3º73.55%76.27%-
HSV(B)357.3º37.24%93.73%-
XYZ52.3442.536.02-
YUV177.07114.99172.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=44.01%
G=27.62%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915015400.370.360.06357.373.5576.27
HexEF969A0252461654a4c
Octal357226232045446545112114
Binary111011111001011010011010010010110010011010110010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF969A; }

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

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

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

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

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

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

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

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