#EF8D92

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

Shades of Wewak #EF8D92

Tints of Wewak #EF8D92

Color information

#EF8D92 (or 0xEF8D92) is unknown color: approx Wewak. HEX triplet: EF, 8D and 92. RGB value is (239,141,146). Sum of RGB (Red+Green+Blue) = 239+141+146=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D92 is #10726D. Grayscale: #AAAAAA. Windows color (decimal): -1077870 or 9604591. OLE color: 9604591.

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

Color convert

RGB239141146-
CMYK00.410.390.06
HSL356.94º75.38%74.51%-
HSV(B)356.94º41%93.73%-
XYZ50.3139.4832.16-
YUV170.87113.97176.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=45.44%
G=26.81%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914114600.410.390.06356.9475.3874.51
HexEF8D920292761654b4b
Octal357215222051476545113113
Binary111011111000110110010010010100110011111010110010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8D92; }

 p { color: rgb(239,141,146); }

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

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

 a { background-color: rgb(239,141,146); }

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

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

 span { border-color: rgb(239,141,146); }

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