#E1D2AD

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

Shades of Beeswax #E1D2AD

Tints of Beeswax #E1D2AD

Color information

#E1D2AD (or 0xE1D2AD) is unknown color: approx Beeswax. HEX triplet: E1, D2 and AD. RGB value is (225,210,173). Sum of RGB (Red+Green+Blue) = 225+210+173=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D2AD is #1E2D52. Grayscale: #D2D2D2. Windows color (decimal): -1977683 or 11391713. OLE color: 11391713.

HSL color Cylindrical-coordinate representation of color #E1D2AD: hue angle of 42.69º 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 #E1D2AD is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225210173-
CMYK00.070.230.12
HSL42.69º46.43%78.04%-
HSV(B)42.69º23.11%88.24%-
XYZ61.6465.1248.86-
YUV210.27106.97138.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=37.01%
G=34.54%
B=28.45%

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
Decimal22521017300.070.230.1242.6946.4378.04
HexE1D2AD0717C2b2e4e
Octal3413222550727145356116
Binary11100001110100101010110101111011111001010111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D2AD; }

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

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

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

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

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

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

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

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