#E4B195

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

Shades of Wax Flower #E4B195

Tints of Wax Flower #E4B195

Color information

#E4B195 (or 0xE4B195) is unknown color: approx Wax Flower. HEX triplet: E4, B1 and 95. RGB value is (228,177,149). Sum of RGB (Red+Green+Blue) = 228+177+149=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B195 is #1B4E6A. Grayscale: #BDBDBD. Windows color (decimal): -1789547 or 9810404. OLE color: 9810404.

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

Color convert

RGB228177149-
CMYK00.220.350.11
HSL21.27º59.4%73.92%-
HSV(B)21.27º34.65%89.41%-
XYZ53.1450.1135.3-
YUV189.06105.4155.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.16%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=41.16%
G=31.95%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817714900.220.350.1121.2759.473.92
HexE4B19501623B153b4a
Octal34426122502643132573112
Binary1110010010110001100101010101101000111011101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B195; }

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

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

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

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

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

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

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

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