#E4B29E

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

Shades of Wax Flower #E4B29E

Tints of Wax Flower #E4B29E

Color information

#E4B29E (or 0xE4B29E) is unknown color: approx Wax Flower. HEX triplet: E4, B2 and 9E. RGB value is (228,178,158). Sum of RGB (Red+Green+Blue) = 228+178+158=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B29E is #1B4D61. Grayscale: #BEBEBE. Windows color (decimal): -1789282 or 10400484. OLE color: 10400484.

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

Color convert

RGB228178158-
CMYK00.220.310.11
HSL17.14º56.45%75.69%-
HSV(B)17.14º30.7%89.41%-
XYZ54.0950.839.3-
YUV190.67109.56154.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.43%
GREEN value IS 178 (69.92% from 255) = 31.56%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=40.43%
G=31.56%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817815800.220.310.1117.1456.4575.69
HexE4B29E0161FB11384c
Octal34426223602637132170114
Binary111001001011001010011110010110111111011100011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B29E; }

 p { color: rgb(228,178,158); }

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

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

 a { background-color: rgb(228,178,158); }

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

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

 span { border-color: rgb(228,178,158); }

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