Html Css Color HEX #E09495 Wewak

📋 copy color: '#E09495'

red 224 ◦ green 148 ◦ blue 149

#E09495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #E09495

Tints of Wewak #E09495

RGB

 RED value IS 224 (87.89% from 255) = 42.99%

 GREEN value IS 148 (58.2% from 255) = 28.41%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 42.99%
G = 28.41%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09495 (or 0xE09495) is known color: Wewak. HEX triplet: E0, 94 and 95. RGB value is (224,148,149). Sum of RGB (Red+Green+Blue) = 224+148+149=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E09495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09495 is #1F6B6A. Grayscale: #AAAAAA. Windows color (decimal): -2059115 or 9802976. OLE color: 9802976.

HSL color Cylindrical-coordinate representation of color #E09495: hue angle of 359.21º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09495 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 149 -
CMYK 0 0.34 0.33 0.12
HSL 359.21º 0.55% 0.73% -
HSV(B) 359.21º 0.34% 0.88% -
XYZ 46.76 39.2 33.54 -
YUV 170.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 224 148 149 0 0.34 0.33 0.12 359.21 0.55 0.73
Hex E0 94 95 0 22 21 C 167 37 49
Octal 340 224 225 0 42 41 14 547 67 111
Binary 11100000 10010100 10010101 0 100010 100001 1100 101100111 110111 1001001

Color Harmonies of #E09495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09495

Black with #E09495

Text Example


Text Example

White with #E09495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09495; }

 p { color: rgb(224,148,149); }

 H1.HeaderClassName
 {
   color: #E09495;
 }
 .AnyTagClassName
 {
   color: #E09495;
 }
</style>

background-color css

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

 a { background-color: rgb(224,148,149); }

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

border-color css

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

 span { border-color: rgb(224,148,149); }

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