#EAB39F

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

Shades of Wax Flower #EAB39F

Tints of Wax Flower #EAB39F

Color information

#EAB39F (or 0xEAB39F) is unknown color: approx Wax Flower. HEX triplet: EA, B3 and 9F. RGB value is (234,179,159). Sum of RGB (Red+Green+Blue) = 234+179+159=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB39F is #154C60. Grayscale: #C1C1C1. Windows color (decimal): -1395809 or 10466282. OLE color: 10466282.

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

Color convert

RGB234179159-
CMYK00.240.320.08
HSL16º64.1%77.06%-
HSV(B)16º32.05%91.76%-
XYZ56.3152.2439.92-
YUV193.16108.72157.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 159 (62.5% from 255) = 27.80%
R=40.91%
G=31.29%
B=27.80%

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
Decimal23417915900.240.320.081664.177.06
HexEAB39F01820810404d
Octal352263237030401020100115
Binary11101010101100111001111101100010000010001000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB39F; }

 p { color: rgb(234,179,159); }

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

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

 a { background-color: rgb(234,179,159); }

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

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

 span { border-color: rgb(234,179,159); }

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