#E5D1AA

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

Shades of Beeswax #E5D1AA

Tints of Beeswax #E5D1AA

Color information

#E5D1AA (or 0xE5D1AA) is unknown color: approx Beeswax. HEX triplet: E5, D1 and AA. RGB value is (229,209,170). Sum of RGB (Red+Green+Blue) = 229+209+170=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D1AA is #1A2E55. Grayscale: #D2D2D2. Windows color (decimal): -1715798 or 11194853. OLE color: 11194853.

HSL color Cylindrical-coordinate representation of color #E5D1AA: hue angle of 39.66º 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 #E5D1AA is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB229209170-
CMYK00.090.260.10
HSL39.66º53.15%78.24%-
HSV(B)39.66º25.76%89.8%-
XYZ62.3765.1647.32-
YUV210.53105.13141.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.66%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=37.66%
G=34.38%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920917000.090.260.1039.6653.1578.24
HexE5D1AA091AA28354e
Octal34532125201132125065116
Binary111001011101000110101010010011101010101010001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D1AA; }

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

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

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

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

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

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

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

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