#EAB8A0

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

Shades of Wax Flower #EAB8A0

Tints of Wax Flower #EAB8A0

Color information

#EAB8A0 (or 0xEAB8A0) is unknown color: approx Wax Flower. HEX triplet: EA, B8 and A0. RGB value is (234,184,160). Sum of RGB (Red+Green+Blue) = 234+184+160=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB8A0 is #15475F. Grayscale: #C4C4C4. Windows color (decimal): -1394528 or 10533098. OLE color: 10533098.

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

Color convert

RGB234184160-
CMYK00.210.320.08
HSL19.46º63.79%77.25%-
HSV(B)19.46º31.62%91.76%-
XYZ57.4254.3140.71-
YUV196.21107.56154.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 184 (72.27% from 255) = 31.83%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=40.48%
G=31.83%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418416000.210.320.0819.4663.7977.25
HexEAB8A001520813404d
Octal352270240025401023100115
Binary11101010101110001010000001010110000010001001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB8A0; }

 p { color: rgb(234,184,160); }

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

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

 a { background-color: rgb(234,184,160); }

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

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

 span { border-color: rgb(234,184,160); }

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