#EAB19E

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

Shades of Wax Flower #EAB19E

Tints of Wax Flower #EAB19E

Color information

#EAB19E (or 0xEAB19E) is unknown color: approx Wax Flower. HEX triplet: EA, B1 and 9E. RGB value is (234,177,158). Sum of RGB (Red+Green+Blue) = 234+177+158=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB19E is #154E61. Grayscale: #C0C0C0. Windows color (decimal): -1396322 or 10400234. OLE color: 10400234.

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

Color convert

RGB234177158-
CMYK00.240.320.08
HSL15º64.41%76.86%-
HSV(B)15º32.48%91.76%-
XYZ55.8351.4139.33-
YUV191.88108.88158.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=41.12%
G=31.11%
B=27.77%

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
Decimal23417715800.240.320.081564.4176.86
HexEAB19E018208f404d
Octal352261236030401017100115
Binary1110101010110001100111100110001000001000111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB19E; }

 p { color: rgb(234,177,158); }

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

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

 a { background-color: rgb(234,177,158); }

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

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

 span { border-color: rgb(234,177,158); }

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