#E7AF9D

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

Shades of Wax Flower #E7AF9D

Tints of Wax Flower #E7AF9D

Color information

#E7AF9D (or 0xE7AF9D) is unknown color: approx Wax Flower. HEX triplet: E7, AF and 9D. RGB value is (231,175,157). Sum of RGB (Red+Green+Blue) = 231+175+157=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF9D is #185062. Grayscale: #BDBDBD. Windows color (decimal): -1593443 or 10334183. OLE color: 10334183.

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

Color convert

RGB231175157-
CMYK00.240.320.09
HSL14.59º60.66%76.08%-
HSV(B)14.59º32.03%90.59%-
XYZ54.3750.0838.7-
YUV189.69109.55157.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=41.03%
G=31.08%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117515700.240.320.0914.5960.6676.08
HexE7AF9D018209f3d4c
Octal34725723503040111775114
Binary111001111010111110011101011000100000100111111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AF9D; }

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

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

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

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

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

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

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

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