#ED8789

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

Shades of Wewak #ED8789

Tints of Wewak #ED8789

Color information

#ED8789 (or 0xED8789) is unknown color: approx Wewak. HEX triplet: ED, 87 and 89. RGB value is (237,135,137). Sum of RGB (Red+Green+Blue) = 237+135+137=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8789 is #127876. Grayscale: #A5A5A5. Windows color (decimal): -1210487 or 9013229. OLE color: 9013229.

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

Color convert

RGB237135137-
CMYK00.430.420.07
HSL358.82º73.91%72.94%-
HSV(B)358.82º43.04%92.94%-
XYZ48.137.1428.3-
YUV165.73111.79178.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=46.56%
G=26.52%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713513700.430.420.07358.8273.9172.94
HexED878902B2A71674a49
Octal355207211053527547112111
Binary111011011000011110001001010101110101011110110011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8789; }

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

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

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

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

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

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

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

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