Html Css Color HEX #EAAB9D Wax Flower

📋 copy color: '#EAAB9D'

red 234 ◦ green 171 ◦ blue 157

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

Shades of Wax Flower #EAAB9D

Tints of Wax Flower #EAAB9D

RGB

 RED value IS 234 (91.8% from 255) = 41.64%

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

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

R = 41.64%
G = 30.43%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAAB9D (or 0xEAAB9D) is known color: Wax Flower. HEX triplet: EA, AB and 9D. RGB value is (234,171,157). Sum of RGB (Red+Green+Blue) = 234+171+157=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB9D is #155462. Grayscale: #BCBCBC. Windows color (decimal): -1397859 or 10333162. OLE color: 10333162.

HSL color Cylindrical-coordinate representation of color #EAAB9D: hue angle of 10.91º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAAB9D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 157 -
CMYK 0 0.27 0.33 0.08
HSL 10.91º 0.65% 0.77% -
HSV(B) 10.91º 0.33% 0.92% -
XYZ 54.58 49.05 38.49 -
YUV 188.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 234 171 157 0 0.27 0.33 0.08 10.91 0.65 0.77
Hex EA AB 9D 0 1B 21 8 B 41 4D
Octal 352 253 235 0 33 41 10 13 101 115
Binary 11101010 10101011 10011101 0 11011 100001 1000 1011 1000001 1001101

Color Harmonies of #EAAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB9D

Black with #EAAB9D

Text Example


Text Example

White with #EAAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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