#EAB4A0

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

Shades of Wax Flower #EAB4A0

Tints of Wax Flower #EAB4A0

Color information

#EAB4A0 (or 0xEAB4A0) is unknown color: approx Wax Flower. HEX triplet: EA, B4 and A0. RGB value is (234,180,160). Sum of RGB (Red+Green+Blue) = 234+180+160=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB4A0 is #154B5F. Grayscale: #C1C1C1. Windows color (decimal): -1395552 or 10532074. OLE color: 10532074.

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

Color convert

RGB234180160-
CMYK00.230.320.08
HSL16.22º63.79%77.25%-
HSV(B)16.22º31.62%91.76%-
XYZ56.652.6740.44-
YUV193.87108.89156.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 160 (62.89% from 255) = 27.87%
R=40.77%
G=31.36%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418016000.230.320.0816.2263.7977.25
HexEAB4A001720810404d
Octal352264240027401020100115
Binary11101010101101001010000001011110000010001000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4A0; }

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

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

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

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

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

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

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

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