#E5D3AA

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

Shades of Beeswax #E5D3AA

Tints of Beeswax #E5D3AA

Color information

#E5D3AA (or 0xE5D3AA) is unknown color: approx Beeswax. HEX triplet: E5, D3 and AA. RGB value is (229,211,170). Sum of RGB (Red+Green+Blue) = 229+211+170=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D3AA is #1A2C55. Grayscale: #D3D3D3. Windows color (decimal): -1715286 or 11195365. OLE color: 11195365.

HSL color Cylindrical-coordinate representation of color #E5D3AA: hue angle of 41.69º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5D3AA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB229211170-
CMYK00.080.260.10
HSL41.69º53.15%78.24%-
HSV(B)41.69º25.76%89.8%-
XYZ62.8666.1547.48-
YUV211.71104.46140.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.54%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=37.54%
G=34.59%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921117000.080.260.1041.6953.1578.24
HexE5D3AA081AA2a354e
Octal34532325201032125265116
Binary111001011101001110101010010001101010101010101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D3AA; }

 p { color: rgb(229,211,170); }

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

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

 a { background-color: rgb(229,211,170); }

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

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

 span { border-color: rgb(229,211,170); }

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