#E7AD9D

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

Shades of Wax Flower #E7AD9D

Tints of Wax Flower #E7AD9D

Color information

#E7AD9D (or 0xE7AD9D) is unknown color: approx Wax Flower. HEX triplet: E7, AD and 9D. RGB value is (231,173,157). Sum of RGB (Red+Green+Blue) = 231+173+157=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AD9D is #185262. Grayscale: #BCBCBC. Windows color (decimal): -1593955 or 10333671. OLE color: 10333671.

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

Color convert

RGB231173157-
CMYK00.250.320.09
HSL12.97º60.66%76.08%-
HSV(B)12.97º32.03%90.59%-
XYZ53.9849.3138.57-
YUV188.52110.22158.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=41.18%
G=30.84%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117315700.250.320.0912.9760.6676.08
HexE7AD9D019209d3d4c
Octal34725523503140111575114
Binary111001111010110110011101011001100000100111011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD9D; }

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

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

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

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

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

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

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

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