#E8AF9C

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

Shades of Wax Flower #E8AF9C

Tints of Wax Flower #E8AF9C

Color information

#E8AF9C (or 0xE8AF9C) is unknown color: approx Wax Flower. HEX triplet: E8, AF and 9C. RGB value is (232,175,156). Sum of RGB (Red+Green+Blue) = 232+175+156=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF9C is #175063. Grayscale: #BEBEBE. Windows color (decimal): -1527908 or 10268648. OLE color: 10268648.

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

Color convert

RGB232175156-
CMYK00.250.330.09
HSL15º62.3%76.08%-
HSV(B)15º32.76%90.98%-
XYZ54.6150.2238.27-
YUV189.88108.88158.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=41.21%
G=31.08%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217515600.250.330.091562.376.08
HexE8AF9C019219f3e4c
Octal35025723403141111776114
Binary111010001010111110011100011001100001100111111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF9C; }

 p { color: rgb(232,175,156); }

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

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

 a { background-color: rgb(232,175,156); }

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

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

 span { border-color: rgb(232,175,156); }

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