#E4B197

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

Shades of Wax Flower #E4B197

Tints of Wax Flower #E4B197

Color information

#E4B197 (or 0xE4B197) is unknown color: approx Wax Flower. HEX triplet: E4, B1 and 97. RGB value is (228,177,151). Sum of RGB (Red+Green+Blue) = 228+177+151=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B197 is #1B4E68. Grayscale: #BDBDBD. Windows color (decimal): -1789545 or 9941476. OLE color: 9941476.

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

Color convert

RGB228177151-
CMYK00.220.340.11
HSL20.26º58.78%74.31%-
HSV(B)20.26º33.77%89.41%-
XYZ53.350.1736.15-
YUV189.28106.4155.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.01%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=41.01%
G=31.83%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817715100.220.340.1120.2658.7874.31
HexE4B19701622B143b4a
Octal34426122702642132473112
Binary1110010010110001100101110101101000101011101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B197; }

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

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

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

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

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

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

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

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