#ED899C

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

Shades of Wewak #ED899C

Tints of Wewak #ED899C

Color information

#ED899C (or 0xED899C) is unknown color: approx Wewak. HEX triplet: ED, 89 and 9C. RGB value is (237,137,156). Sum of RGB (Red+Green+Blue) = 237+137+156=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED899C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED899C is #127663. Grayscale: #A9A9A9. Windows color (decimal): -1209956 or 10258925. OLE color: 10258925.

HSL color Cylindrical-coordinate representation of color #ED899C: hue angle of 348.6º 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 #ED899C is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237137156-
CMYK00.420.340.07
HSL348.6º73.53%73.33%-
HSV(B)348.6º42.19%92.94%-
XYZ49.8738.336.22-
YUV169.07120.63176.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=44.72%
G=25.85%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713715600.420.340.07348.673.5373.33
HexED899C02A22715d4a49
Octal355211234052427535112111
Binary111011011000100110011100010101010001011110101110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED899C; }

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

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

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

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

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

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

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

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