#EAAA9A

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

Shades of Wax Flower #EAAA9A

Tints of Wax Flower #EAAA9A

Color information

#EAAA9A (or 0xEAAA9A) is unknown color: approx Wax Flower. HEX triplet: EA, AA and 9A. RGB value is (234,170,154). Sum of RGB (Red+Green+Blue) = 234+170+154=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA9A is #155565. Grayscale: #BBBBBB. Windows color (decimal): -1398118 or 10136298. OLE color: 10136298.

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

Color convert

RGB234170154-
CMYK00.270.340.08
HSL12º65.57%76.08%-
HSV(B)12º34.19%91.76%-
XYZ54.1448.5737.09-
YUV187.31109.2161.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=41.94%
G=30.47%
B=27.60%

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
Decimal23417015400.270.340.081265.5776.08
HexEAAA9A01B228c424c
Octal352252232033421014102114
Binary1110101010101010100110100110111000101000110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA9A; }

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

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

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

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

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

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

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

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