Html Css Color HEX #EEAA9F Wax Flower

📋 copy color: '#EEAA9F'

red 238 ◦ green 170 ◦ blue 159

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

Shades of Wax Flower #EEAA9F

Tints of Wax Flower #EEAA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.98%

 BLUE value IS 159 (62.5% from 255) = 28.04%

R = 41.98%
G = 29.98%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEAA9F (or 0xEEAA9F) is known color: Wax Flower. HEX triplet: EE, AA and 9F. RGB value is (238,170,159). Sum of RGB (Red+Green+Blue) = 238+170+159=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAA9F is #115560. Grayscale: #BDBDBD. Windows color (decimal): -1135969 or 10463982. OLE color: 10463982.

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

Color convert

RGB 238 170 159 -
CMYK 0 0.29 0.33 0.07
HSL 8.35º 0.7% 0.78% -
HSV(B) 8.35º 0.33% 0.93% -
XYZ 55.89 49.43 39.4 -
YUV 189.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 238 170 159 0 0.29 0.33 0.07 8.35 0.7 0.78
Hex EE AA 9F 0 1D 21 7 8 46 4E
Octal 356 252 237 0 35 41 7 10 106 116
Binary 11101110 10101010 10011111 0 11101 100001 111 1000 1000110 1001110

Color Harmonies of #EEAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA9F

Black with #EEAA9F

Text Example


Text Example

White with #EEAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA9F; }

 p { color: rgb(238,170,159); }

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

background-color css

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

 a { background-color: rgb(238,170,159); }

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

border-color css

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

 span { border-color: rgb(238,170,159); }

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