#EAB8A4

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

Shades of Wax Flower #EAB8A4

Tints of Wax Flower #EAB8A4

Color information

#EAB8A4 (or 0xEAB8A4) is unknown color: approx Wax Flower. HEX triplet: EA, B8 and A4. RGB value is (234,184,164). Sum of RGB (Red+Green+Blue) = 234+184+164=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB8A4 is #15475B. Grayscale: #C4C4C4. Windows color (decimal): -1394524 or 10795242. OLE color: 10795242.

HSL color Cylindrical-coordinate representation of color #EAB8A4: hue angle of 17.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAB8A4 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234184164-
CMYK00.210.300.08
HSL17.14º62.5%78.04%-
HSV(B)17.14º29.91%91.76%-
XYZ57.7754.4542.59-
YUV196.67109.56154.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 184 (72.27% from 255) = 31.62%
BLUE value IS 164 (64.45% from 255) = 28.18%
R=40.21%
G=31.62%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418416400.210.300.0817.1462.578.04
HexEAB8A40151E8113e4e
Octal35227024402536102176116
Binary111010101011100010100100010101111101000100011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB8A4; }

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

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

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

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

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

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

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

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