#ED9099

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

Shades of Wewak #ED9099

Tints of Wewak #ED9099

Color information

#ED9099 (or 0xED9099) is unknown color: approx Wewak. HEX triplet: ED, 90 and 99. RGB value is (237,144,153). Sum of RGB (Red+Green+Blue) = 237+144+153=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9099 is #126F66. Grayscale: #ACACAC. Windows color (decimal): -1208167 or 10064109. OLE color: 10064109.

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

Color convert

RGB237144153-
CMYK00.390.350.07
HSL354.19º72.09%74.71%-
HSV(B)354.19º39.24%92.94%-
XYZ50.6540.2535.24-
YUV172.83116.81173.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=44.38%
G=26.97%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714415300.390.350.07354.1972.0974.71
HexED9099027237162484b
Octal355220231047437542110113
Binary111011011001000010011001010011110001111110110001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9099; }

 p { color: rgb(237,144,153); }

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

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

 a { background-color: rgb(237,144,153); }

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

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

 span { border-color: rgb(237,144,153); }

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