#EAB395

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

Shades of Wax Flower #EAB395

Tints of Wax Flower #EAB395

Color information

#EAB395 (or 0xEAB395) is unknown color: approx Wax Flower. HEX triplet: EA, B3 and 95. RGB value is (234,179,149). Sum of RGB (Red+Green+Blue) = 234+179+149=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB395 is #154C6A. Grayscale: #C0C0C0. Windows color (decimal): -1395819 or 9810922. OLE color: 9810922.

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

Color convert

RGB234179149-
CMYK00.240.360.08
HSL21.18º66.93%75.1%-
HSV(B)21.18º36.32%91.76%-
XYZ55.4851.935.53-
YUV192.02103.72157.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 179 (70.31% from 255) = 31.85%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=41.64%
G=31.85%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417914900.240.360.0821.1866.9375.1
HexEAB39501824815434b
Octal352263225030441025103113
Binary11101010101100111001010101100010010010001010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB395; }

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

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

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

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

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

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

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

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