#E2B199

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

Shades of Wax Flower #E2B199

Tints of Wax Flower #E2B199

Color information

#E2B199 (or 0xE2B199) is unknown color: approx Wax Flower. HEX triplet: E2, B1 and 99. RGB value is (226,177,153). Sum of RGB (Red+Green+Blue) = 226+177+153=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B199 is #1D4E66. Grayscale: #BDBDBD. Windows color (decimal): -1920615 or 10072546. OLE color: 10072546.

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

Color convert

RGB226177153-
CMYK00.220.320.11
HSL19.73º55.73%74.31%-
HSV(B)19.73º32.3%88.63%-
XYZ52.8449.9136.99-
YUV188.92107.73154.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=40.65%
G=31.83%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617715300.220.320.1119.7355.7374.31
HexE2B19901620B14384a
Octal34226123102640132470112
Binary1110001010110001100110010101101000001011101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B199; }

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

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

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

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

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

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

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

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