#E3B69C

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

Shades of Wax Flower #E3B69C

Tints of Wax Flower #E3B69C

Color information

#E3B69C (or 0xE3B69C) is unknown color: approx Wax Flower. HEX triplet: E3, B6 and 9C. RGB value is (227,182,156). Sum of RGB (Red+Green+Blue) = 227+182+156=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B69C is #1C4963. Grayscale: #C0C0C0. Windows color (decimal): -1853796 or 10270435. OLE color: 10270435.

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

Color convert

RGB227182156-
CMYK00.200.310.11
HSL21.97º55.91%75.1%-
HSV(B)21.97º31.28%89.02%-
XYZ54.4152.1938.66-
YUV192.49107.41152.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.18%
GREEN value IS 182 (71.48% from 255) = 32.21%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=40.18%
G=32.21%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718215600.200.310.1121.9755.9175.1
HexE3B69C0141FB16384b
Octal34326623402437132670113
Binary111000111011011010011100010100111111011101101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B69C; }

 p { color: rgb(227,182,156); }

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

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

 a { background-color: rgb(227,182,156); }

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

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

 span { border-color: rgb(227,182,156); }

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