#E7AD9A

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

Shades of Wax Flower #E7AD9A

Tints of Wax Flower #E7AD9A

Color information

#E7AD9A (or 0xE7AD9A) is unknown color: approx Wax Flower. HEX triplet: E7, AD and 9A. RGB value is (231,173,154). Sum of RGB (Red+Green+Blue) = 231+173+154=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AD9A is #185265. Grayscale: #BCBCBC. Windows color (decimal): -1593958 or 10137063. OLE color: 10137063.

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

Color convert

RGB231173154-
CMYK00.250.330.09
HSL14.81º61.6%75.49%-
HSV(B)14.81º33.33%90.59%-
XYZ53.7349.2137.24-
YUV188.18108.72158.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=41.40%
G=31.00%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117315400.250.330.0914.8161.675.49
HexE7AD9A019219f3e4b
Octal34725523203141111776113
Binary111001111010110110011010011001100001100111111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD9A; }

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

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

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

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

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

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

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

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