#E5AE9A

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

Shades of Wax Flower #E5AE9A

Tints of Wax Flower #E5AE9A

Color information

#E5AE9A (or 0xE5AE9A) is unknown color: approx Wax Flower. HEX triplet: E5, AE and 9A. RGB value is (229,174,154). Sum of RGB (Red+Green+Blue) = 229+174+154=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AE9A is #1A5165. Grayscale: #BCBCBC. Windows color (decimal): -1724774 or 10137317. OLE color: 10137317.

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

Color convert

RGB229174154-
CMYK00.240.330.10
HSL16º59.06%75.1%-
HSV(B)16º32.75%89.8%-
XYZ53.2849.2637.27-
YUV188.16108.72157.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=41.11%
G=31.24%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917415400.240.330.101659.0675.1
HexE5AE9A01821A103b4b
Octal34525623203041122073113
Binary1110010110101110100110100110001000011010100001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AE9A; }

 p { color: rgb(229,174,154); }

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

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

 a { background-color: rgb(229,174,154); }

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

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

 span { border-color: rgb(229,174,154); }

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