#E7AE9E

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

Shades of Wax Flower #E7AE9E

Tints of Wax Flower #E7AE9E

Color information

#E7AE9E (or 0xE7AE9E) is unknown color: approx Wax Flower. HEX triplet: E7, AE and 9E. RGB value is (231,174,158). Sum of RGB (Red+Green+Blue) = 231+174+158=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AE9E is #185161. Grayscale: #BDBDBD. Windows color (decimal): -1593698 or 10399463. OLE color: 10399463.

HSL color Cylindrical-coordinate representation of color #E7AE9E: hue angle of 13.15º degrees, saturation: 0.6, 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 #E7AE9E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231174158-
CMYK00.250.320.09
HSL13.15º60.33%76.27%-
HSV(B)13.15º31.6%90.59%-
XYZ54.2649.7339.09-
YUV189.22110.38157.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 158 (62.11% from 255) = 28.06%
R=41.03%
G=30.91%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117415800.250.320.0913.1560.3376.27
HexE7AE9E019209d3c4c
Octal34725623603140111574114
Binary111001111010111010011110011001100000100111011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE9E; }

 p { color: rgb(231,174,158); }

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

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

 a { background-color: rgb(231,174,158); }

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

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

 span { border-color: rgb(231,174,158); }

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