#E7AE93

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

Shades of Wax Flower #E7AE93

Tints of Wax Flower #E7AE93

Color information

#E7AE93 (or 0xE7AE93) is unknown color: approx Wax Flower. HEX triplet: E7, AE and 93. RGB value is (231,174,147). Sum of RGB (Red+Green+Blue) = 231+174+147=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AE93 is #18516C. Grayscale: #BCBCBC. Windows color (decimal): -1593709 or 9678567. OLE color: 9678567.

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

Color convert

RGB231174147-
CMYK00.250.360.09
HSL19.29º63.64%74.12%-
HSV(B)19.29º36.36%90.59%-
XYZ53.3649.3734.32-
YUV187.96104.88158.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=41.85%
G=31.52%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117414700.250.360.0919.2963.6474.12
HexE7AE9301924913404a
Octal347256223031441123100112
Binary11100111101011101001001101100110010010011001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE93; }

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

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

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

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

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

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

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

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