#E1D2AE

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

Shades of Beeswax #E1D2AE

Tints of Beeswax #E1D2AE

Color information

#E1D2AE (or 0xE1D2AE) is unknown color: approx Beeswax. HEX triplet: E1, D2 and AE. RGB value is (225,210,174). Sum of RGB (Red+Green+Blue) = 225+210+174=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D2AE is #1E2D51. Grayscale: #D2D2D2. Windows color (decimal): -1977682 or 11457249. OLE color: 11457249.

HSL color Cylindrical-coordinate representation of color #E1D2AE: hue angle of 42.35º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1D2AE is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225210174-
CMYK00.070.230.12
HSL42.35º45.95%78.24%-
HSV(B)42.35º22.67%88.24%-
XYZ61.7465.1649.37-
YUV210.38107.47138.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 210 (82.42% from 255) = 34.48%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=36.95%
G=34.48%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521017400.070.230.1242.3545.9578.24
HexE1D2AE0717C2a2e4e
Octal3413222560727145256116
Binary11100001110100101010111001111011111001010101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D2AE; }

 p { color: rgb(225,210,174); }

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

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

 a { background-color: rgb(225,210,174); }

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

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

 span { border-color: rgb(225,210,174); }

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