#E8AB9C

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

Shades of Wax Flower #E8AB9C

Tints of Wax Flower #E8AB9C

Color information

#E8AB9C (or 0xE8AB9C) is unknown color: approx Wax Flower. HEX triplet: E8, AB and 9C. RGB value is (232,171,156). Sum of RGB (Red+Green+Blue) = 232+171+156=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AB9C is #175463. Grayscale: #BBBBBB. Windows color (decimal): -1528932 or 10267624. OLE color: 10267624.

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

Color convert

RGB232171156-
CMYK00.260.330.09
HSL11.84º62.3%76.08%-
HSV(B)11.84º32.76%90.98%-
XYZ53.8448.6838.01-
YUV187.53110.21159.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=41.50%
G=30.59%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217115600.260.330.0911.8462.376.08
HexE8AB9C01A219c3e4c
Octal35025323403241111476114
Binary111010001010101110011100011010100001100111001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AB9C; }

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

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

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

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

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

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

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

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