Html Css Color HEX #EEAB9D Wax Flower

📋 copy color: '#EEAB9D'

red 238 ◦ green 171 ◦ blue 157

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

Shades of Wax Flower #EEAB9D

Tints of Wax Flower #EEAB9D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.21%

 BLUE value IS 157 (61.72% from 255) = 27.74%

R = 42.05%
G = 30.21%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEAB9D (or 0xEEAB9D) is known color: Wax Flower. HEX triplet: EE, AB and 9D. RGB value is (238,171,157). Sum of RGB (Red+Green+Blue) = 238+171+157=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAB9D is #115462. Grayscale: #BDBDBD. Windows color (decimal): -1135715 or 10333166. OLE color: 10333166.

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

Color convert

RGB 238 171 157 -
CMYK 0 0.28 0.34 0.07
HSL 10.37º 0.7% 0.77% -
HSV(B) 10.37º 0.34% 0.93% -
XYZ 55.91 49.74 38.55 -
YUV 189.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 238 171 157 0 0.28 0.34 0.07 10.37 0.7 0.77
Hex EE AB 9D 0 1C 22 7 A 46 4D
Octal 356 253 235 0 34 42 7 12 106 115
Binary 11101110 10101011 10011101 0 11100 100010 111 1010 1000110 1001101

Color Harmonies of #EEAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAB9D

Black with #EEAB9D

Text Example


Text Example

White with #EEAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAB9D; }

 p { color: rgb(238,171,157); }

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

background-color css

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

 a { background-color: rgb(238,171,157); }

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

border-color css

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

 span { border-color: rgb(238,171,157); }

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