#E7AF97

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

Shades of Wax Flower #E7AF97

Tints of Wax Flower #E7AF97

Color information

#E7AF97 (or 0xE7AF97) is unknown color: approx Wax Flower. HEX triplet: E7, AF and 97. RGB value is (231,175,151). Sum of RGB (Red+Green+Blue) = 231+175+151=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF97 is #185068. Grayscale: #BDBDBD. Windows color (decimal): -1593449 or 9940967. OLE color: 9940967.

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

Color convert

RGB231175151-
CMYK00.240.350.09
HSL18º62.5%74.9%-
HSV(B)18º34.63%90.59%-
XYZ53.8749.8836.07-
YUV189.01106.55157.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 151 (59.38% from 255) = 27.11%
R=41.47%
G=31.42%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117515100.240.350.091862.574.9
HexE7AF97018239123e4b
Octal34725722703043112276113
Binary1110011110101111100101110110001000111001100101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AF97; }

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

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

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

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

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

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

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

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