#E7AE90

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

Shades of Wax Flower #E7AE90

Tints of Wax Flower #E7AE90

Color information

#E7AE90 (or 0xE7AE90) is unknown color: approx Wax Flower. HEX triplet: E7, AE and 90. RGB value is (231,174,144). Sum of RGB (Red+Green+Blue) = 231+174+144=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AE90 is #18516F. Grayscale: #BBBBBB. Windows color (decimal): -1593712 or 9481959. OLE color: 9481959.

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

Color convert

RGB231174144-
CMYK00.250.380.09
HSL20.69º64.44%73.53%-
HSV(B)20.69º37.66%90.59%-
XYZ53.1349.2733.1-
YUV187.62103.38158.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 144 (56.64% from 255) = 26.23%
R=42.08%
G=31.69%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117414400.250.380.0920.6964.4473.53
HexE7AE9001926915404a
Octal347256220031461125100112
Binary11100111101011101001000001100110011010011010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE90; }

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

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

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

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

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

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

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

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