#EAB29A

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

Shades of Wax Flower #EAB29A

Tints of Wax Flower #EAB29A

Color information

#EAB29A (or 0xEAB29A) is unknown color: approx Wax Flower. HEX triplet: EA, B2 and 9A. RGB value is (234,178,154). Sum of RGB (Red+Green+Blue) = 234+178+154=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29A is #154D65. Grayscale: #C0C0C0. Windows color (decimal): -1396070 or 10138346. OLE color: 10138346.

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

Color convert

RGB234178154-
CMYK00.240.340.08
HSL18º65.57%76.08%-
HSV(B)18º34.19%91.76%-
XYZ55.6851.6737.61-
YUV192.01106.55157.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=41.34%
G=31.45%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417815400.240.340.081865.5776.08
HexEAB29A01822812424c
Octal352262232030421022102114
Binary11101010101100101001101001100010001010001001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB29A; }

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

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

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

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

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

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

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

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