#E3B29E

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

Shades of Wax Flower #E3B29E

Tints of Wax Flower #E3B29E

Color information

#E3B29E (or 0xE3B29E) is unknown color: approx Wax Flower. HEX triplet: E3, B2 and 9E. RGB value is (227,178,158). Sum of RGB (Red+Green+Blue) = 227+178+158=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B29E is #1C4D61. Grayscale: #BEBEBE. Windows color (decimal): -1854818 or 10400483. OLE color: 10400483.

HSL color Cylindrical-coordinate representation of color #E3B29E: hue angle of 17.39º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3B29E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB227178158-
CMYK00.220.300.11
HSL17.39º55.2%75.49%-
HSV(B)17.39º30.4%89.02%-
XYZ53.7750.6439.29-
YUV190.37109.73154.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 158 (62.11% from 255) = 28.06%
R=40.32%
G=31.62%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717815800.220.300.1117.3955.275.49
HexE3B29E0161EB11374b
Octal34326223602636132167113
Binary111000111011001010011110010110111101011100011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B29E; }

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

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

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

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

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

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

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

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