#E1B29C

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

Shades of Wax Flower #E1B29C

Tints of Wax Flower #E1B29C

Color information

#E1B29C (or 0xE1B29C) is unknown color: approx Wax Flower. HEX triplet: E1, B2 and 9C. RGB value is (225,178,156). Sum of RGB (Red+Green+Blue) = 225+178+156=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B29C is #1E4D63. Grayscale: #BDBDBD. Windows color (decimal): -1985892 or 10269409. OLE color: 10269409.

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

Color convert

RGB225178156-
CMYK00.210.310.12
HSL19.13º53.49%74.71%-
HSV(B)19.13º30.67%88.24%-
XYZ52.9750.2538.36-
YUV189.54109.07153.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=40.25%
G=31.84%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517815600.210.310.1219.1353.4974.71
HexE1B29C0151FC13354b
Octal34126223402537142365113
Binary111000011011001010011100010101111111100100111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B29C; }

 p { color: rgb(225,178,156); }

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

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

 a { background-color: rgb(225,178,156); }

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

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

 span { border-color: rgb(225,178,156); }

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