Html Css Color HEX #E09496 Wewak

📋 copy color: '#E09496'

red 224 ◦ green 148 ◦ blue 150

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

Shades of Wewak #E09496

Tints of Wewak #E09496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.74%

R = 42.91%
G = 28.35%
B = 28.74%

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

#E09496 (or 0xE09496) is known color: Wewak. HEX triplet: E0, 94 and 96. RGB value is (224,148,150). Sum of RGB (Red+Green+Blue) = 224+148+150=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E09496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09496 is #1F6B69. Grayscale: #ABABAB. Windows color (decimal): -2059114 or 9868512. OLE color: 9868512.

HSL color Cylindrical-coordinate representation of color #E09496: hue angle of 358.42º 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 #E09496 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 150 -
CMYK 0 0.34 0.33 0.12
HSL 358.42º 0.55% 0.73% -
HSV(B) 358.42º 0.34% 0.88% -
XYZ 46.84 39.23 33.96 -
YUV 170.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 224 148 150 0 0.34 0.33 0.12 358.42 0.55 0.73
Hex E0 94 96 0 22 21 C 166 37 49
Octal 340 224 226 0 42 41 14 546 67 111
Binary 11100000 10010100 10010110 0 100010 100001 1100 101100110 110111 1001001

Color Harmonies of #E09496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09496

Black with #E09496

Text Example


Text Example

White with #E09496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09496; }

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

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

background-color css

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

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

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

border-color css

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

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

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