#E2B39C

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

Shades of Wax Flower #E2B39C

Tints of Wax Flower #E2B39C

Color information

#E2B39C (or 0xE2B39C) is unknown color: approx Wax Flower. HEX triplet: E2, B3 and 9C. RGB value is (226,179,156). Sum of RGB (Red+Green+Blue) = 226+179+156=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B39C is #1D4C63. Grayscale: #BEBEBE. Windows color (decimal): -1920100 or 10269666. OLE color: 10269666.

HSL color Cylindrical-coordinate representation of color #E2B39C: hue angle of 19.71º 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 #E2B39C is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226179156-
CMYK00.210.310.11
HSL19.71º54.69%74.9%-
HSV(B)19.71º30.97%88.63%-
XYZ53.4850.8138.44-
YUV190.43108.57153.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 179 (70.31% from 255) = 31.91%
BLUE value IS 156 (61.33% from 255) = 27.81%
R=40.29%
G=31.91%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617915600.210.310.1119.7154.6974.9
HexE2B39C0151FB14374b
Octal34226323402537132467113
Binary111000101011001110011100010101111111011101001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B39C; }

 p { color: rgb(226,179,156); }

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

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

 a { background-color: rgb(226,179,156); }

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

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

 span { border-color: rgb(226,179,156); }

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