#E8B99B

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

Shades of Wax Flower #E8B99B

Tints of Wax Flower #E8B99B

Color information

#E8B99B (or 0xE8B99B) is unknown color: approx Wax Flower. HEX triplet: E8, B9 and 9B. RGB value is (232,185,155). Sum of RGB (Red+Green+Blue) = 232+185+155=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B99B is #174664. Grayscale: #C3C3C3. Windows color (decimal): -1525349 or 10205672. OLE color: 10205672.

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

Color convert

RGB232185155-
CMYK00.200.330.09
HSL23.38º62.6%75.88%-
HSV(B)23.38º33.19%90.98%-
XYZ56.5454.2238.5-
YUV195.63105.07153.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.56%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=40.56%
G=32.34%
B=27.10%

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
Decimal23218515500.200.330.0923.3862.675.88
HexE8B99B014219173f4c
Octal35027123302441112777114
Binary1110100010111001100110110101001000011001101111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B99B; }

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

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

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

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

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

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

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

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