#E7A994

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

Shades of Wax Flower #E7A994

Tints of Wax Flower #E7A994

Color information

#E7A994 (or 0xE7A994) is unknown color: approx Wax Flower. HEX triplet: E7, A9 and 94. RGB value is (231,169,148). Sum of RGB (Red+Green+Blue) = 231+169+148=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A994 is #18566B. Grayscale: #B9B9B9. Windows color (decimal): -1594988 or 9742823. OLE color: 9742823.

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

Color convert

RGB231169148-
CMYK00.270.360.09
HSL15.18º63.36%74.31%-
HSV(B)15.18º35.93%90.59%-
XYZ52.4947.534.42-
YUV185.14107.04160.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.15%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 148 (58.20% from 255) = 27.01%
R=42.15%
G=30.84%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116914800.270.360.0915.1863.3674.31
HexE7A99401B249f3f4a
Octal34725122403344111777112
Binary111001111010100110010100011011100100100111111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A994; }

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

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

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

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

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

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

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

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