#EAAB99

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

Shades of Wax Flower #EAAB99

Tints of Wax Flower #EAAB99

Color information

#EAAB99 (or 0xEAAB99) is unknown color: approx Wax Flower. HEX triplet: EA, AB and 99. RGB value is (234,171,153). Sum of RGB (Red+Green+Blue) = 234+171+153=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB99 is #155466. Grayscale: #BBBBBB. Windows color (decimal): -1397863 or 10071018. OLE color: 10071018.

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

Color convert

RGB234171153-
CMYK00.270.350.08
HSL13.33º65.85%75.88%-
HSV(B)13.33º34.62%91.76%-
XYZ54.2448.9236.72-
YUV187.78108.37160.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=41.94%
G=30.65%
B=27.42%

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
Decimal23417115300.270.350.0813.3365.8575.88
HexEAAB9901B238d424c
Octal352253231033431015102114
Binary1110101010101011100110010110111000111000110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB99; }

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

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

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

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

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

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

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

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