#E5B69D

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

Shades of Wax Flower #E5B69D

Tints of Wax Flower #E5B69D

Color information

#E5B69D (or 0xE5B69D) is unknown color: approx Wax Flower. HEX triplet: E5, B6 and 9D. RGB value is (229,182,157). Sum of RGB (Red+Green+Blue) = 229+182+157=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B69D is #1A4962. Grayscale: #C1C1C1. Windows color (decimal): -1722723 or 10335973. OLE color: 10335973.

HSL color Cylindrical-coordinate representation of color #E5B69D: hue angle of 20.83º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5B69D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229182157-
CMYK00.210.310.10
HSL20.83º58.06%75.69%-
HSV(B)20.83º31.44%89.8%-
XYZ55.1352.5539.14-
YUV193.2107.57153.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.32%
GREEN value IS 182 (71.48% from 255) = 32.04%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=40.32%
G=32.04%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918215700.210.310.1020.8358.0675.69
HexE5B69D0151FA153a4c
Octal34526623502537122572114
Binary111001011011011010011101010101111111010101011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B69D; }

 p { color: rgb(229,182,157); }

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

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

 a { background-color: rgb(229,182,157); }

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

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

 span { border-color: rgb(229,182,157); }

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