#E3AD95

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

Shades of Wax Flower #E3AD95

Tints of Wax Flower #E3AD95

Color information

#E3AD95 (or 0xE3AD95) is unknown color: approx Wax Flower. HEX triplet: E3, AD and 95. RGB value is (227,173,149). Sum of RGB (Red+Green+Blue) = 227+173+149=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AD95 is #1C526A. Grayscale: #BABABA. Windows color (decimal): -1856107 or 9809379. OLE color: 9809379.

HSL color Cylindrical-coordinate representation of color #E3AD95: hue angle of 18.46º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3AD95 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227173149-
CMYK00.240.340.11
HSL18.46º58.21%73.73%-
HSV(B)18.46º34.36%89.02%-
XYZ52.0548.3935.03-
YUV186.41106.89156.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=41.35%
G=31.51%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717314900.240.340.1118.4658.2173.73
HexE3AD9501822B123a4a
Octal34325522503042132272112
Binary1110001110101101100101010110001000101011100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AD95; }

 p { color: rgb(227,173,149); }

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

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

 a { background-color: rgb(227,173,149); }

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

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

 span { border-color: rgb(227,173,149); }

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