#eaab9b

Color #EAAB9B Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EAAB9B

Tints of Wax Flower #EAAB9B

Color information

#EAAB9B (or 0xEAAB9B) is unknown color: approx Wax Flower. HEX triplet: EA, AB and 9B. RGB value is (234,171,155). Sum of RGB (Red+Green+Blue) = 234+171+155=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB9B is #155464. Grayscale: #BCBCBC. Windows color (decimal): -1397861 or 10202090. OLE color: 10202090.

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

Color convert

RGB234171155-
CMYK00.270.340.08
HSL12.15º65.29%76.27%-
HSV(B)12.15º33.76%91.76%-
XYZ54.4148.9837.6-
YUV188.01109.37160.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=41.79%
G=30.54%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417115500.270.340.0812.1565.2976.27
HexEAAB9B01B228c414c
Octal352253233033421014101114
Binary1110101010101011100110110110111000101000110010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaab9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaab9b; }

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

 H1.HeaderClassName
 {
   color: #eaab9b;
 }
 .AnyTagClassName
 {
   color: #eaab9b;
 }
</style>
background-color css

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

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

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

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

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

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