#E7AD9C

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

Shades of Wax Flower #E7AD9C

Tints of Wax Flower #E7AD9C

Color information

#E7AD9C (or 0xE7AD9C) is unknown color: approx Wax Flower. HEX triplet: E7, AD and 9C. RGB value is (231,173,156). Sum of RGB (Red+Green+Blue) = 231+173+156=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AD9C is #185263. Grayscale: #BCBCBC. Windows color (decimal): -1593956 or 10268135. OLE color: 10268135.

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

Color convert

RGB231173156-
CMYK00.250.320.09
HSL13.6º60.98%75.88%-
HSV(B)13.6º32.47%90.59%-
XYZ53.949.2838.12-
YUV188.4109.72158.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=41.25%
G=30.89%
B=27.86%

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
Decimal23117315600.250.320.0913.660.9875.88
HexE7AD9C019209e3d4c
Octal34725523403140111675114
Binary111001111010110110011100011001100000100111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD9C; }

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

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

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

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

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

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

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

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