#E7AC9B

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

Shades of Wax Flower #E7AC9B

Tints of Wax Flower #E7AC9B

Color information

#E7AC9B (or 0xE7AC9B) is unknown color: approx Wax Flower. HEX triplet: E7, AC and 9B. RGB value is (231,172,155). Sum of RGB (Red+Green+Blue) = 231+172+155=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AC9B is #185364. Grayscale: #BBBBBB. Windows color (decimal): -1594213 or 10202343. OLE color: 10202343.

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

Color convert

RGB231172155-
CMYK00.260.330.09
HSL13.42º61.29%75.69%-
HSV(B)13.42º32.9%90.59%-
XYZ53.6248.8637.62-
YUV187.7109.55158.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=41.40%
G=30.82%
B=27.78%

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
Decimal23117215500.260.330.0913.4261.2975.69
HexE7AC9B01A219d3d4c
Octal34725423303241111575114
Binary111001111010110010011011011010100001100111011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AC9B; }

 p { color: rgb(231,172,155); }

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

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

 a { background-color: rgb(231,172,155); }

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

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

 span { border-color: rgb(231,172,155); }

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