#E2B19B

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

Shades of Wax Flower #E2B19B

Tints of Wax Flower #E2B19B

Color information

#E2B19B (or 0xE2B19B) is unknown color: approx Wax Flower. HEX triplet: E2, B1 and 9B. RGB value is (226,177,155). Sum of RGB (Red+Green+Blue) = 226+177+155=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B19B is #1D4E64. Grayscale: #BDBDBD. Windows color (decimal): -1920613 or 10203618. OLE color: 10203618.

HSL color Cylindrical-coordinate representation of color #E2B19B: hue angle of 18.59º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2B19B is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226177155-
CMYK00.220.310.11
HSL18.59º55.04%74.71%-
HSV(B)18.59º31.42%88.63%-
XYZ5349.9837.86-
YUV189.14108.73154.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.50%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=40.50%
G=31.72%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617715500.220.310.1118.5955.0474.71
HexE2B19B0161FB13374b
Octal34226123302637132367113
Binary111000101011000110011011010110111111011100111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B19B; }

 p { color: rgb(226,177,155); }

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

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

 a { background-color: rgb(226,177,155); }

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

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

 span { border-color: rgb(226,177,155); }

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