#EAB29F

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

Shades of Wax Flower #EAB29F

Tints of Wax Flower #EAB29F

Color information

#EAB29F (or 0xEAB29F) is unknown color: approx Wax Flower. HEX triplet: EA, B2 and 9F. RGB value is (234,178,159). Sum of RGB (Red+Green+Blue) = 234+178+159=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29F is #154D60. Grayscale: #C0C0C0. Windows color (decimal): -1396065 or 10466026. OLE color: 10466026.

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

Color convert

RGB234178159-
CMYK00.240.320.08
HSL15.2º64.1%77.06%-
HSV(B)15.2º32.05%91.76%-
XYZ56.1151.8439.85-
YUV192.58109.05157.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=40.98%
G=31.17%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417815900.240.320.0815.264.177.06
HexEAB29F018208f404d
Octal352262237030401017100115
Binary1110101010110010100111110110001000001000111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB29F; }

 p { color: rgb(234,178,159); }

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

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

 a { background-color: rgb(234,178,159); }

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

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

 span { border-color: rgb(234,178,159); }

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