#E1AD96

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

Shades of Wax Flower #E1AD96

Tints of Wax Flower #E1AD96

Color information

#E1AD96 (or 0xE1AD96) is unknown color: approx Wax Flower. HEX triplet: E1, AD and 96. RGB value is (225,173,150). Sum of RGB (Red+Green+Blue) = 225+173+150=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AD96 is #1E5269. Grayscale: #BABABA. Windows color (decimal): -1987178 or 9874913. OLE color: 9874913.

HSL color Cylindrical-coordinate representation of color #E1AD96: hue angle of 18.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1AD96 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225173150-
CMYK00.230.330.12
HSL18.4º55.56%73.53%-
HSV(B)18.4º33.33%88.24%-
XYZ51.548.135.42-
YUV185.93107.73155.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=41.06%
G=31.57%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517315000.230.330.1218.455.5673.53
HexE1AD9601721C12384a
Octal34125522602741142270112
Binary1110000110101101100101100101111000011100100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD96; }

 p { color: rgb(225,173,150); }

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

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

 a { background-color: rgb(225,173,150); }

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

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

 span { border-color: rgb(225,173,150); }

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