#E5AD91

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

Shades of Wax Flower #E5AD91

Tints of Wax Flower #E5AD91

Color information

#E5AD91 (or 0xE5AD91) is unknown color: approx Wax Flower. HEX triplet: E5, AD and 91. RGB value is (229,173,145). Sum of RGB (Red+Green+Blue) = 229+173+145=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AD91 is #1A526E. Grayscale: #BABABA. Windows color (decimal): -1725039 or 9547237. OLE color: 9547237.

HSL color Cylindrical-coordinate representation of color #E5AD91: hue angle of 20º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5AD91 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229173145-
CMYK00.240.370.10
HSL20º61.76%73.33%-
HSV(B)20º36.68%89.8%-
XYZ52.3748.5933.41-
YUV186.55104.55158.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 145 (57.03% from 255) = 26.51%
R=41.86%
G=31.63%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917314500.240.370.102061.7673.33
HexE5AD9101825A143e49
Octal34525522103045122476111
Binary1110010110101101100100010110001001011010101001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AD91; }

 p { color: rgb(229,173,145); }

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

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

 a { background-color: rgb(229,173,145); }

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

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

 span { border-color: rgb(229,173,145); }

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