Html Css Color HEX #EEA2A5 Wewak

📋 copy color: '#EEA2A5'

red 238 ◦ green 162 ◦ blue 165

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

Shades of Wewak #EEA2A5

Tints of Wewak #EEA2A5

RGB

 RED value IS 238 (93.36% from 255) = 42.12%

 GREEN value IS 162 (63.67% from 255) = 28.67%

 BLUE value IS 165 (64.84% from 255) = 29.2%

R = 42.12%
G = 28.67%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EEA2A5 (or 0xEEA2A5) is known color: Wewak. HEX triplet: EE, A2 and A5. RGB value is (238,162,165). Sum of RGB (Red+Green+Blue) = 238+162+165=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA2A5 is #115D5A. Grayscale: #B9B9B9. Windows color (decimal): -1138011 or 10855150. OLE color: 10855150.

HSL color Cylindrical-coordinate representation of color #EEA2A5: hue angle of 357.63º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2A5 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 162 165 -
CMYK 0 0.32 0.31 0.07
HSL 357.63º 0.69% 0.78% -
HSV(B) 357.63º 0.32% 0.93% -
XYZ 54.97 46.73 41.72 -
YUV 185.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 238 162 165 0 0.32 0.31 0.07 357.63 0.69 0.78
Hex EE A2 A5 0 20 1F 7 166 45 4E
Octal 356 242 245 0 40 37 7 546 105 116
Binary 11101110 10100010 10100101 0 100000 11111 111 101100110 1000101 1001110

Color Harmonies of #EEA2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2A5

Black with #EEA2A5

Text Example


Text Example

White with #EEA2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2A5; }

 p { color: rgb(238,162,165); }

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

background-color css

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

 a { background-color: rgb(238,162,165); }

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

border-color css

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

 span { border-color: rgb(238,162,165); }

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