#EAB9A1

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

Shades of Wax Flower #EAB9A1

Tints of Wax Flower #EAB9A1

Color information

#EAB9A1 (or 0xEAB9A1) is unknown color: approx Wax Flower. HEX triplet: EA, B9 and A1. RGB value is (234,185,161). Sum of RGB (Red+Green+Blue) = 234+185+161=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB9A1 is #15465E. Grayscale: #C5C5C5. Windows color (decimal): -1394271 or 10598890. OLE color: 10598890.

HSL color Cylindrical-coordinate representation of color #EAB9A1: hue angle of 19.73º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAB9A1 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234185161-
CMYK00.210.310.08
HSL19.73º63.48%77.45%-
HSV(B)19.73º31.2%91.76%-
XYZ57.7154.7641.25-
YUV196.91107.73154.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 161 (63.28% from 255) = 27.76%
R=40.34%
G=31.90%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418516100.210.310.0819.7363.4877.45
HexEAB9A10151F8143f4d
Octal35227124102537102477115
Binary111010101011100110100001010101111111000101001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9A1; }

 p { color: rgb(234,185,161); }

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

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

 a { background-color: rgb(234,185,161); }

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

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

 span { border-color: rgb(234,185,161); }

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