#E7B99D

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

Shades of Wax Flower #E7B99D

Tints of Wax Flower #E7B99D

Color information

#E7B99D (or 0xE7B99D) is unknown color: approx Wax Flower. HEX triplet: E7, B9 and 9D. RGB value is (231,185,157). Sum of RGB (Red+Green+Blue) = 231+185+157=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B99D is #184662. Grayscale: #C3C3C3. Windows color (decimal): -1590883 or 10336743. OLE color: 10336743.

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

Color convert

RGB231185157-
CMYK00.200.320.09
HSL22.7º60.66%76.08%-
HSV(B)22.7º32.03%90.59%-
XYZ56.3954.1239.37-
YUV195.56106.24153.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=40.31%
G=32.29%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118515700.200.320.0922.760.6676.08
HexE7B99D014209173d4c
Octal34727123502440112775114
Binary1110011110111001100111010101001000001001101111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B99D; }

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

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

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

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

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

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

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

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