#ED8996

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

Shades of Wewak #ED8996

Tints of Wewak #ED8996

Color information

#ED8996 (or 0xED8996) is unknown color: approx Wewak. HEX triplet: ED, 89 and 96. RGB value is (237,137,150). Sum of RGB (Red+Green+Blue) = 237+137+150=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8996 is #127669. Grayscale: #A8A8A8. Windows color (decimal): -1209962 or 9865709. OLE color: 9865709.

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

Color convert

RGB237137150-
CMYK00.420.370.07
HSL352.2º73.53%73.33%-
HSV(B)352.2º42.19%92.94%-
XYZ49.3838.133.61-
YUV168.38117.63176.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=45.23%
G=26.15%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713715000.420.370.07352.273.5373.33
HexED899602A2571604a49
Octal355211226052457540112111
Binary111011011000100110010110010101010010111110110000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8996; }

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

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

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

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

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

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

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

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