#ED9B9E

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

Shades of Wewak #ED9B9E

Tints of Wewak #ED9B9E

Color information

#ED9B9E (or 0xED9B9E) is unknown color: approx Wewak. HEX triplet: ED, 9B and 9E. RGB value is (237,155,158). Sum of RGB (Red+Green+Blue) = 237+155+158=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B9E is #126461. Grayscale: #B3B3B3. Windows color (decimal): -1205346 or 10394605. OLE color: 10394605.

HSL color Cylindrical-coordinate representation of color #ED9B9E: hue angle of 357.8º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9B9E is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237155158-
CMYK00.350.330.07
HSL357.8º69.49%76.86%-
HSV(B)357.8º34.6%92.94%-
XYZ52.8243.9238.04-
YUV179.86115.67168.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=43.09%
G=28.18%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715515800.350.330.07357.869.4976.86
HexED9B9E023217166454d
Octal355233236043417546105115
Binary111011011001101110011110010001110000111110110011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B9E; }

 p { color: rgb(237,155,158); }

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

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

 a { background-color: rgb(237,155,158); }

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

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

 span { border-color: rgb(237,155,158); }

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