#E7A797

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

Shades of Wax Flower #E7A797

Tints of Wax Flower #E7A797

Color information

#E7A797 (or 0xE7A797) is unknown color: approx Wax Flower. HEX triplet: E7, A7 and 97. RGB value is (231,167,151). Sum of RGB (Red+Green+Blue) = 231+167+151=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A797 is #185868. Grayscale: #B8B8B8. Windows color (decimal): -1595497 or 9938919. OLE color: 9938919.

HSL color Cylindrical-coordinate representation of color #E7A797: hue angle of 12º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7A797 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231167151-
CMYK00.280.350.09
HSL12º62.5%74.9%-
HSV(B)12º34.63%90.59%-
XYZ52.3646.8635.56-
YUV184.31109.2161.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=42.08%
G=30.42%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116715100.280.350.091262.574.9
HexE7A79701C239c3e4b
Octal34724722703443111476113
Binary111001111010011110010111011100100011100111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A797; }

 p { color: rgb(231,167,151); }

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

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

 a { background-color: rgb(231,167,151); }

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

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

 span { border-color: rgb(231,167,151); }

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