#E1B49F

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

Shades of Wax Flower #E1B49F

Tints of Wax Flower #E1B49F

Color information

#E1B49F (or 0xE1B49F) is unknown color: approx Wax Flower. HEX triplet: E1, B4 and 9F. RGB value is (225,180,159). Sum of RGB (Red+Green+Blue) = 225+180+159=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B49F is #1E4B60. Grayscale: #BFBFBF. Windows color (decimal): -1985377 or 10466529. OLE color: 10466529.

HSL color Cylindrical-coordinate representation of color #E1B49F: hue angle of 19.09º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1B49F is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225180159-
CMYK00.20.290.12
HSL19.09º52.38%75.29%-
HSV(B)19.09º29.33%88.24%-
XYZ53.6351.1539.85-
YUV191.06109.91152.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 180 (70.70% from 255) = 31.91%
BLUE value IS 159 (62.5% from 255) = 28.19%
R=39.89%
G=31.91%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518015900.20.290.1219.0952.3875.29
HexE1B49F0141DC13344b
Octal34126423702435142364113
Binary111000011011010010011111010100111011100100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B49F; }

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

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

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

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

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

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

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

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