#EAAB9A

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

Shades of Wax Flower #EAAB9A

Tints of Wax Flower #EAAB9A

Color information

#EAAB9A (or 0xEAAB9A) is unknown color: approx Wax Flower. HEX triplet: EA, AB and 9A. RGB value is (234,171,154). Sum of RGB (Red+Green+Blue) = 234+171+154=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB9A is #155465. Grayscale: #BCBCBC. Windows color (decimal): -1397862 or 10136554. OLE color: 10136554.

HSL color Cylindrical-coordinate representation of color #EAAB9A: hue angle of 12.75º degrees, saturation: 0.66, 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 #EAAB9A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234171154-
CMYK00.270.340.08
HSL12.75º65.57%76.08%-
HSV(B)12.75º34.19%91.76%-
XYZ54.3348.9537.16-
YUV187.9108.87160.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 154 (60.55% from 255) = 27.55%
R=41.86%
G=30.59%
B=27.55%

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
Decimal23417115400.270.340.0812.7565.5776.08
HexEAAB9A01B228d424c
Octal352253232033421015102114
Binary1110101010101011100110100110111000101000110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB9A; }

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

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

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

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

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

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

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

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