#ED899E

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

Shades of Wewak #ED899E

Tints of Wewak #ED899E

Color information

#ED899E (or 0xED899E) is unknown color: approx Wewak. HEX triplet: ED, 89 and 9E. RGB value is (237,137,158). Sum of RGB (Red+Green+Blue) = 237+137+158=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED899E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED899E is #127661. Grayscale: #A9A9A9. Windows color (decimal): -1209954 or 10389997. OLE color: 10389997.

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

Color convert

RGB237137158-
CMYK00.420.330.07
HSL347.4º73.53%73.33%-
HSV(B)347.4º42.19%92.94%-
XYZ50.0438.3637.12-
YUV169.29121.63176.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 137 (53.91% from 255) = 25.75%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=44.55%
G=25.75%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713715800.420.330.07347.473.5373.33
HexED899E02A21715b4a49
Octal355211236052417533112111
Binary111011011000100110011110010101010000111110101101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED899E; }

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

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

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

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

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

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

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

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