#EAB4A3

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

Shades of Wax Flower #EAB4A3

Tints of Wax Flower #EAB4A3

Color information

#EAB4A3 (or 0xEAB4A3) is unknown color: approx Wax Flower. HEX triplet: EA, B4 and A3. RGB value is (234,180,163). Sum of RGB (Red+Green+Blue) = 234+180+163=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB4A3 is #154B5C. Grayscale: #C2C2C2. Windows color (decimal): -1395549 or 10728682. OLE color: 10728682.

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

Color convert

RGB234180163-
CMYK00.230.300.08
HSL14.37º62.83%77.84%-
HSV(B)14.37º30.34%91.76%-
XYZ56.8652.7841.84-
YUV194.21110.39156.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 163 (64.06% from 255) = 28.25%
R=40.55%
G=31.20%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418016300.230.300.0814.3762.8377.84
HexEAB4A30171E8e3f4e
Octal35226424302736101677116
Binary11101010101101001010001101011111110100011101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4A3; }

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

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

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

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

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

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

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

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