#E0989A

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

Shades of Wewak #E0989A

Tints of Wewak #E0989A

Color information

#E0989A (or 0xE0989A) is unknown color: approx Wewak. HEX triplet: E0, 98 and 9A. RGB value is (224,152,154). Sum of RGB (Red+Green+Blue) = 224+152+154=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0989A is #1F6765. Grayscale: #ADADAD. Windows color (decimal): -2058086 or 10131680. OLE color: 10131680.

HSL color Cylindrical-coordinate representation of color #E0989A: hue angle of 358.33º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0989A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224152154-
CMYK00.320.310.12
HSL358.33º53.73%73.73%-
HSV(B)358.33º32.14%87.84%-
XYZ47.840.6435.9-
YUV173.76116.85163.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=42.26%
G=28.68%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415215400.320.310.12358.3353.7373.73
HexE0989A0201FC166364a
Octal340230232040371454666112
Binary11100000100110001001101001000001111111001011001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0989A; }

 p { color: rgb(224,152,154); }

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

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

 a { background-color: rgb(224,152,154); }

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

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

 span { border-color: rgb(224,152,154); }

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