#EF8C97

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

Shades of Wewak #EF8C97

Tints of Wewak #EF8C97

Color information

#EF8C97 (or 0xEF8C97) is unknown color: approx Wewak. HEX triplet: EF, 8C and 97. RGB value is (239,140,151). Sum of RGB (Red+Green+Blue) = 239+140+151=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C97 is #107368. Grayscale: #AAAAAA. Windows color (decimal): -1078121 or 9932015. OLE color: 9932015.

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

Color convert

RGB239140151-
CMYK00.410.370.06
HSL353.33º75.57%74.31%-
HSV(B)353.33º41.42%93.73%-
XYZ50.5639.3434.21-
YUV170.86116.8176.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=45.09%
G=26.42%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914015100.410.370.06353.3375.5774.31
HexEF8C970292561614c4a
Octal357214227051456541114112
Binary111011111000110010010111010100110010111010110000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8C97; }

 p { color: rgb(239,140,151); }

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

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

 a { background-color: rgb(239,140,151); }

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

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

 span { border-color: rgb(239,140,151); }

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