#E5D7AE

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

Shades of Beeswax #E5D7AE

Tints of Beeswax #E5D7AE

Color information

#E5D7AE (or 0xE5D7AE) is unknown color: approx Beeswax. HEX triplet: E5, D7 and AE. RGB value is (229,215,174). Sum of RGB (Red+Green+Blue) = 229+215+174=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D7AE is #1A2851. Grayscale: #D6D6D6. Windows color (decimal): -1714258 or 11458533. OLE color: 11458533.

HSL color Cylindrical-coordinate representation of color #E5D7AE: hue angle of 44.73º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5D7AE is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229215174-
CMYK00.060.240.10
HSL44.73º51.4%79.02%-
HSV(B)44.73º24.02%89.8%-
XYZ64.2568.3149.84-
YUV214.51105.14138.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.06%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=37.06%
G=34.79%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921517400.060.240.1044.7351.479.02
HexE5D7AE0618A2d334f
Octal3453272560630125563117
Binary11100101110101111010111001101100010101011011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D7AE; }

 p { color: rgb(229,215,174); }

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

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

 a { background-color: rgb(229,215,174); }

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

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

 span { border-color: rgb(229,215,174); }

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