#E2B399

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

Shades of Wax Flower #E2B399

Tints of Wax Flower #E2B399

Color information

#E2B399 (or 0xE2B399) is unknown color: approx Wax Flower. HEX triplet: E2, B3 and 99. RGB value is (226,179,153). Sum of RGB (Red+Green+Blue) = 226+179+153=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B399 is #1D4C66. Grayscale: #BEBEBE. Windows color (decimal): -1920103 or 10073058. OLE color: 10073058.

HSL color Cylindrical-coordinate representation of color #E2B399: hue angle of 21.37º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2B399 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226179153-
CMYK00.210.320.11
HSL21.37º55.73%74.31%-
HSV(B)21.37º32.3%88.63%-
XYZ53.2350.7137.12-
YUV190.09107.07153.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.50%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=40.50%
G=32.08%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617915300.210.320.1121.3755.7374.31
HexE2B39901520B15384a
Octal34226323102540132570112
Binary1110001010110011100110010101011000001011101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B399; }

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

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

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

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

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

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

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

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