#E4B196

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

Shades of Wax Flower #E4B196

Tints of Wax Flower #E4B196

Color information

#E4B196 (or 0xE4B196) is unknown color: approx Wax Flower. HEX triplet: E4, B1 and 96. RGB value is (228,177,150). Sum of RGB (Red+Green+Blue) = 228+177+150=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B196 is #1B4E69. Grayscale: #BDBDBD. Windows color (decimal): -1789546 or 9875940. OLE color: 9875940.

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

Color convert

RGB228177150-
CMYK00.220.340.11
HSL20.77º59.09%74.12%-
HSV(B)20.77º34.21%89.41%-
XYZ53.2250.1435.73-
YUV189.17105.9155.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.08%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=41.08%
G=31.89%
B=27.03%

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
Decimal22817715000.220.340.1120.7759.0974.12
HexE4B19601622B153b4a
Octal34426122602642132573112
Binary1110010010110001100101100101101000101011101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B196; }

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

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

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

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

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

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

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

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