#E7B99B

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

Shades of Wax Flower #E7B99B

Tints of Wax Flower #E7B99B

Color information

#E7B99B (or 0xE7B99B) is unknown color: approx Wax Flower. HEX triplet: E7, B9 and 9B. RGB value is (231,185,155). Sum of RGB (Red+Green+Blue) = 231+185+155=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B99B is #184664. Grayscale: #C3C3C3. Windows color (decimal): -1590885 or 10205671. OLE color: 10205671.

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

Color convert

RGB231185155-
CMYK00.200.330.09
HSL23.68º61.29%75.69%-
HSV(B)23.68º32.9%90.59%-
XYZ56.2254.0538.48-
YUV195.33105.24153.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=40.46%
G=32.40%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118515500.200.330.0923.6861.2975.69
HexE7B99B014219183d4c
Octal34727123302441113075114
Binary1110011110111001100110110101001000011001110001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B99B; }

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

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

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

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

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

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

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

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