#EAB89D

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

Shades of Wax Flower #EAB89D

Tints of Wax Flower #EAB89D

Color information

#EAB89D (or 0xEAB89D) is unknown color: approx Wax Flower. HEX triplet: EA, B8 and 9D. RGB value is (234,184,157). Sum of RGB (Red+Green+Blue) = 234+184+157=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB89D is #154762. Grayscale: #C4C4C4. Windows color (decimal): -1394531 or 10336490. OLE color: 10336490.

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

Color convert

RGB234184157-
CMYK00.210.330.08
HSL21.04º64.71%76.67%-
HSV(B)21.04º32.91%91.76%-
XYZ57.1654.2139.35-
YUV195.87106.06155.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=40.70%
G=32%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418415700.210.330.0821.0464.7176.67
HexEAB89D01521815414d
Octal352270235025411025101115
Binary11101010101110001001110101010110000110001010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB89D; }

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

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

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

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

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

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

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

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