#E8AE99

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

Shades of Wax Flower #E8AE99

Tints of Wax Flower #E8AE99

Color information

#E8AE99 (or 0xE8AE99) is unknown color: approx Wax Flower. HEX triplet: E8, AE and 99. RGB value is (232,174,153). Sum of RGB (Red+Green+Blue) = 232+174+153=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AE99 is #175166. Grayscale: #BDBDBD. Windows color (decimal): -1528167 or 10071784. OLE color: 10071784.

HSL color Cylindrical-coordinate representation of color #E8AE99: hue angle of 15.95º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8AE99 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232174153-
CMYK00.250.340.09
HSL15.95º63.2%75.49%-
HSV(B)15.95º34.05%90.98%-
XYZ54.1649.7336.88-
YUV188.95107.72158.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=41.50%
G=31.13%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217415300.250.340.0915.9563.275.49
HexE8AE99019229103f4b
Octal35025623103142112077113
Binary1110100010101110100110010110011000101001100001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AE99; }

 p { color: rgb(232,174,153); }

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

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

 a { background-color: rgb(232,174,153); }

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

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

 span { border-color: rgb(232,174,153); }

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