#e7ab94

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

Shades of Wax Flower #E7AB94

Tints of Wax Flower #E7AB94

Color information

#E7AB94 (or 0xE7AB94) is unknown color: approx Wax Flower. HEX triplet: E7, AB and 94. RGB value is (231,171,148). Sum of RGB (Red+Green+Blue) = 231+171+148=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AB94 is #18546B. Grayscale: #BABABA. Windows color (decimal): -1594476 or 9743335. OLE color: 9743335.

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

Color convert

RGB231171148-
CMYK00.260.360.09
HSL16.63º63.36%74.31%-
HSV(B)16.63º35.93%90.59%-
XYZ52.8648.2534.54-
YUV186.32106.38159.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=42%
G=31.09%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117114800.260.360.0916.6363.3674.31
HexE7AB9401A249113f4a
Octal34725322403244112177112
Binary1110011110101011100101000110101001001001100011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7ab94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7ab94; }

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

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

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

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

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

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

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

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