#E8AE97

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

Shades of Wax Flower #E8AE97

Tints of Wax Flower #E8AE97

Color information

#E8AE97 (or 0xE8AE97) is unknown color: approx Wax Flower. HEX triplet: E8, AE and 97. RGB value is (232,174,151). Sum of RGB (Red+Green+Blue) = 232+174+151=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AE97 is #175168. Grayscale: #BCBCBC. Windows color (decimal): -1528169 or 9940712. OLE color: 9940712.

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

Color convert

RGB232174151-
CMYK00.250.350.09
HSL17.04º63.78%75.1%-
HSV(B)17.04º34.91%90.98%-
XYZ5449.6636.02-
YUV188.72106.72158.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.65%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 151 (59.38% from 255) = 27.11%
R=41.65%
G=31.24%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217415100.250.350.0917.0463.7875.1
HexE8AE9701923911404b
Octal350256227031431121100113
Binary11101000101011101001011101100110001110011000110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AE97; }

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

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

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

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

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

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

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

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