#EAA59A

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

Shades of Wax Flower #EAA59A

Tints of Wax Flower #EAA59A

Color information

#EAA59A (or 0xEAA59A) is unknown color: approx Wax Flower. HEX triplet: EA, A5 and 9A. RGB value is (234,165,154). Sum of RGB (Red+Green+Blue) = 234+165+154=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA59A is #155A65. Grayscale: #B8B8B8. Windows color (decimal): -1399398 or 10135018. OLE color: 10135018.

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

Color convert

RGB234165154-
CMYK00.290.340.08
HSL8.25º65.57%76.08%-
HSV(B)8.25º34.19%91.76%-
XYZ53.2246.7436.79-
YUV184.38110.86163.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=42.31%
G=29.84%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416515400.290.340.088.2565.5776.08
HexEAA59A01D2288424c
Octal352245232035421010102114
Binary1110101010100101100110100111011000101000100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA59A; }

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

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

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

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

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

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

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

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