#EAB29D

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

Shades of Wax Flower #EAB29D

Tints of Wax Flower #EAB29D

Color information

#EAB29D (or 0xEAB29D) is unknown color: approx Wax Flower. HEX triplet: EA, B2 and 9D. RGB value is (234,178,157). Sum of RGB (Red+Green+Blue) = 234+178+157=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29D is #154D62. Grayscale: #C0C0C0. Windows color (decimal): -1396067 or 10334954. OLE color: 10334954.

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

Color convert

RGB234178157-
CMYK00.240.330.08
HSL16.36º64.71%76.67%-
HSV(B)16.36º32.91%91.76%-
XYZ55.9451.7738.94-
YUV192.35108.05157.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=41.12%
G=31.28%
B=27.59%

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
Decimal23417815700.240.330.0816.3664.7176.67
HexEAB29D01821810414d
Octal352262235030411020101115
Binary11101010101100101001110101100010000110001000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB29D; }

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

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

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

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

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

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

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

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