#EAAB97

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

Shades of Wax Flower #EAAB97

Tints of Wax Flower #EAAB97

Color information

#EAAB97 (or 0xEAAB97) is unknown color: approx Wax Flower. HEX triplet: EA, AB and 97. RGB value is (234,171,151). Sum of RGB (Red+Green+Blue) = 234+171+151=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB97 is #155468. Grayscale: #BBBBBB. Windows color (decimal): -1397865 or 9939946. OLE color: 9939946.

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

Color convert

RGB234171151-
CMYK00.270.350.08
HSL14.46º66.4%75.49%-
HSV(B)14.46º35.47%91.76%-
XYZ54.0848.8535.86-
YUV187.56107.37161.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=42.09%
G=30.76%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417115100.270.350.0814.4666.475.49
HexEAAB9701B238e424b
Octal352253227033431016102113
Binary1110101010101011100101110110111000111000111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB97; }

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

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

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

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

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

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

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

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