#E29499

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

Shades of Wewak #E29499

Tints of Wewak #E29499

Color information

#E29499 (or 0xE29499) is unknown color: approx Wewak. HEX triplet: E2, 94 and 99. RGB value is (226,148,153). Sum of RGB (Red+Green+Blue) = 226+148+153=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E29499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29499 is #1D6B66. Grayscale: #ABABAB. Windows color (decimal): -1928039 or 10065122. OLE color: 10065122.

HSL color Cylindrical-coordinate representation of color #E29499: hue angle of 356.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29499 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226148153-
CMYK00.350.320.11
HSL356.15º57.35%73.33%-
HSV(B)356.15º34.51%88.63%-
XYZ47.739.6535.28-
YUV171.89117.34166.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=42.88%
G=28.08%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614815300.350.320.11356.1557.3573.33
HexE2949902320B1643949
Octal342224231043401354471111
Binary111000101001010010011001010001110000010111011001001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29499; }

 p { color: rgb(226,148,153); }

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

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

 a { background-color: rgb(226,148,153); }

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

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

 span { border-color: rgb(226,148,153); }

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