#EAB29C

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

Shades of Wax Flower #EAB29C

Tints of Wax Flower #EAB29C

Color information

#EAB29C (or 0xEAB29C) is unknown color: approx Wax Flower. HEX triplet: EA, B2 and 9C. RGB value is (234,178,156). Sum of RGB (Red+Green+Blue) = 234+178+156=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29C is #154D63. Grayscale: #C0C0C0. Windows color (decimal): -1396068 or 10269418. OLE color: 10269418.

HSL color Cylindrical-coordinate representation of color #EAB29C: hue angle of 16.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAB29C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234178156-
CMYK00.240.330.08
HSL16.92º65%76.47%-
HSV(B)16.92º33.33%91.76%-
XYZ55.8551.7338.49-
YUV192.24107.55157.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=41.20%
G=31.34%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417815600.240.330.0816.926576.47
HexEAB29C01821811414c
Octal352262234030411021101114
Binary11101010101100101001110001100010000110001000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB29C; }

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

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

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

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

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

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

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

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