#E2B197

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

Shades of Wax Flower #E2B197

Tints of Wax Flower #E2B197

Color information

#E2B197 (or 0xE2B197) is unknown color: approx Wax Flower. HEX triplet: E2, B1 and 97. RGB value is (226,177,151). Sum of RGB (Red+Green+Blue) = 226+177+151=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B197 is #1D4E68. Grayscale: #BCBCBC. Windows color (decimal): -1920617 or 9941474. OLE color: 9941474.

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

Color convert

RGB226177151-
CMYK00.220.330.11
HSL20.8º56.39%73.92%-
HSV(B)20.8º33.19%88.63%-
XYZ52.6749.8536.12-
YUV188.69106.73154.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=40.79%
G=31.95%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617715100.220.330.1120.856.3973.92
HexE2B19701621B15384a
Octal34226122702641132570112
Binary1110001010110001100101110101101000011011101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B197; }

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

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

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

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

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

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

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

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