#ef8c8e

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

Shades of Wewak #EF8C8E

Tints of Wewak #EF8C8E

Color information

#EF8C8E (or 0xEF8C8E) is unknown color: approx Wewak. HEX triplet: EF, 8C and 8E. RGB value is (239,140,142). Sum of RGB (Red+Green+Blue) = 239+140+142=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C8E is #107371. Grayscale: #A9A9A9. Windows color (decimal): -1078130 or 9342191. OLE color: 9342191.

HSL color Cylindrical-coordinate representation of color #EF8C8E: hue angle of 358.79º 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 #EF8C8E is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239140142-
CMYK00.410.410.06
HSL358.79º75.57%74.31%-
HSV(B)358.79º41.42%93.73%-
XYZ49.8639.0630.5-
YUV169.83112.3177.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=45.87%
G=26.87%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914014200.410.410.06358.7975.5774.31
HexEF8C8E0292961674c4a
Octal357214216051516547114112
Binary111011111000110010001110010100110100111010110011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8c8e; }

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

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

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

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

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

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

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

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