#E1B09B

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

Shades of Wax Flower #E1B09B

Tints of Wax Flower #E1B09B

Color information

#E1B09B (or 0xE1B09B) is unknown color: approx Wax Flower. HEX triplet: E1, B0 and 9B. RGB value is (225,176,155). Sum of RGB (Red+Green+Blue) = 225+176+155=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B09B is #1E4F64. Grayscale: #BCBCBC. Windows color (decimal): -1986405 or 10203361. OLE color: 10203361.

HSL color Cylindrical-coordinate representation of color #E1B09B: hue angle of 18º degrees, saturation: 0.54, 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 #E1B09B is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225176155-
CMYK00.220.310.12
HSL18º53.85%74.51%-
HSV(B)18º31.11%88.24%-
XYZ52.4949.4237.78-
YUV188.26109.23154.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=40.47%
G=31.65%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517615500.220.310.121853.8574.51
HexE1B09B0161FC12364b
Octal34126023302637142266113
Binary111000011011000010011011010110111111100100101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B09B; }

 p { color: rgb(225,176,155); }

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

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

 a { background-color: rgb(225,176,155); }

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

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

 span { border-color: rgb(225,176,155); }

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