#E8B49F

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

Shades of Wax Flower #E8B49F

Tints of Wax Flower #E8B49F

Color information

#E8B49F (or 0xE8B49F) is unknown color: approx Wax Flower. HEX triplet: E8, B4 and 9F. RGB value is (232,180,159). Sum of RGB (Red+Green+Blue) = 232+180+159=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B49F is #174B60. Grayscale: #C1C1C1. Windows color (decimal): -1526625 or 10466536. OLE color: 10466536.

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

Color convert

RGB232180159-
CMYK00.220.310.09
HSL17.26º61.34%76.67%-
HSV(B)17.26º31.47%90.98%-
XYZ55.8652.339.95-
YUV193.15108.73155.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.63%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=40.63%
G=31.52%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218015900.220.310.0917.2661.3476.67
HexE8B49F0161F9113d4d
Octal35026423702637112175115
Binary111010001011010010011111010110111111001100011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B49F; }

 p { color: rgb(232,180,159); }

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

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

 a { background-color: rgb(232,180,159); }

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

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

 span { border-color: rgb(232,180,159); }

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