#E5B9A1

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

Shades of Wax Flower #E5B9A1

Tints of Wax Flower #E5B9A1

Color information

#E5B9A1 (or 0xE5B9A1) is unknown color: approx Wax Flower. HEX triplet: E5, B9 and A1. RGB value is (229,185,161). Sum of RGB (Red+Green+Blue) = 229+185+161=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B9A1 is #1A465E. Grayscale: #C3C3C3. Windows color (decimal): -1721951 or 10598885. OLE color: 10598885.

HSL color Cylindrical-coordinate representation of color #E5B9A1: hue angle of 21.18º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5B9A1 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB229185161-
CMYK00.190.300.10
HSL21.18º56.67%76.47%-
HSV(B)21.18º29.69%89.8%-
XYZ56.153.9341.17-
YUV195.42108.58151.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.83%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 161 (63.28% from 255) = 28%
R=39.83%
G=32.17%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918516100.190.300.1021.1856.6776.47
HexE5B9A10131EA15394c
Octal34527124102336122571114
Binary111001011011100110100001010011111101010101011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B9A1; }

 p { color: rgb(229,185,161); }

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

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

 a { background-color: rgb(229,185,161); }

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

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

 span { border-color: rgb(229,185,161); }

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