#E8A997

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

Shades of Wax Flower #E8A997

Tints of Wax Flower #E8A997

Color information

#E8A997 (or 0xE8A997) is unknown color: approx Wax Flower. HEX triplet: E8, A9 and 97. RGB value is (232,169,151). Sum of RGB (Red+Green+Blue) = 232+169+151=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A997 is #175668. Grayscale: #B9B9B9. Windows color (decimal): -1529449 or 9939432. OLE color: 9939432.

HSL color Cylindrical-coordinate representation of color #E8A997: hue angle of 13.33º 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 #E8A997 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232169151-
CMYK00.270.350.09
HSL13.33º63.78%75.1%-
HSV(B)13.33º34.91%90.98%-
XYZ53.0547.7735.7-
YUV185.78108.37160.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.03%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=42.03%
G=30.62%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216915100.270.350.0913.3363.7875.1
HexE8A99701B239d404b
Octal350251227033431115100113
Binary1110100010101001100101110110111000111001110110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A997; }

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

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

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

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

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

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

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

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