#EAAD9A

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

Shades of Wax Flower #EAAD9A

Tints of Wax Flower #EAAD9A

Color information

#EAAD9A (or 0xEAAD9A) is unknown color: approx Wax Flower. HEX triplet: EA, AD and 9A. RGB value is (234,173,154). Sum of RGB (Red+Green+Blue) = 234+173+154=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD9A is #155265. Grayscale: #BDBDBD. Windows color (decimal): -1397350 or 10137066. OLE color: 10137066.

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

Color convert

RGB234173154-
CMYK00.260.340.08
HSL14.25º65.57%76.08%-
HSV(B)14.25º34.19%91.76%-
XYZ54.7149.7137.28-
YUV189.07108.21160.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=41.71%
G=30.84%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417315400.260.340.0814.2565.5776.08
HexEAAD9A01A228e424c
Octal352255232032421016102114
Binary1110101010101101100110100110101000101000111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD9A; }

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

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

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

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

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

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

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

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