#E3B69E

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

Shades of Wax Flower #E3B69E

Tints of Wax Flower #E3B69E

Color information

#E3B69E (or 0xE3B69E) is unknown color: approx Wax Flower. HEX triplet: E3, B6 and 9E. RGB value is (227,182,158). Sum of RGB (Red+Green+Blue) = 227+182+158=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B69E is #1C4961. Grayscale: #C0C0C0. Windows color (decimal): -1853794 or 10401507. OLE color: 10401507.

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

Color convert

RGB227182158-
CMYK00.200.300.11
HSL20.87º55.2%75.49%-
HSV(B)20.87º30.4%89.02%-
XYZ54.5852.2639.56-
YUV192.72108.41152.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=40.04%
G=32.10%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718215800.200.300.1120.8755.275.49
HexE3B69E0141EB15374b
Octal34326623602436132567113
Binary111000111011011010011110010100111101011101011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B69E; }

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

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

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

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

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

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

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

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