#EAB5A3

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

Shades of Wax Flower #EAB5A3

Tints of Wax Flower #EAB5A3

Color information

#EAB5A3 (or 0xEAB5A3) is unknown color: approx Wax Flower. HEX triplet: EA, B5 and A3. RGB value is (234,181,163). Sum of RGB (Red+Green+Blue) = 234+181+163=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB5A3 is #154A5C. Grayscale: #C2C2C2. Windows color (decimal): -1395293 or 10728938. OLE color: 10728938.

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

Color convert

RGB234181163-
CMYK00.230.300.08
HSL15.21º62.83%77.84%-
HSV(B)15.21º30.34%91.76%-
XYZ57.0753.1841.91-
YUV194.8110.06155.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 163 (64.06% from 255) = 28.20%
R=40.48%
G=31.31%
B=28.20%

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
Decimal23418116300.230.300.0815.2162.8377.84
HexEAB5A30171E8f3f4e
Octal35226524302736101777116
Binary11101010101101011010001101011111110100011111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5A3; }

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

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

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

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

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

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

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

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