#E7AB9C

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

Shades of Wax Flower #E7AB9C

Tints of Wax Flower #E7AB9C

Color information

#E7AB9C (or 0xE7AB9C) is unknown color: approx Wax Flower. HEX triplet: E7, AB and 9C. RGB value is (231,171,156). Sum of RGB (Red+Green+Blue) = 231+171+156=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AB9C is #185463. Grayscale: #BBBBBB. Windows color (decimal): -1594468 or 10267623. OLE color: 10267623.

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

Color convert

RGB231171156-
CMYK00.260.320.09
HSL12º60.98%75.88%-
HSV(B)12º32.47%90.59%-
XYZ53.5248.5238-
YUV187.23110.38159.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=41.40%
G=30.65%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117115600.260.320.091260.9875.88
HexE7AB9C01A209c3d4c
Octal34725323403240111475114
Binary111001111010101110011100011010100000100111001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AB9C; }

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

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

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

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

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

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

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

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