#E1D0AA

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

Shades of Beeswax #E1D0AA

Tints of Beeswax #E1D0AA

Color information

#E1D0AA (or 0xE1D0AA) is unknown color: approx Beeswax. HEX triplet: E1, D0 and AA. RGB value is (225,208,170). Sum of RGB (Red+Green+Blue) = 225+208+170=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D0AA is #1E2F55. Grayscale: #D0D0D0. Windows color (decimal): -1978198 or 11194593. OLE color: 11194593.

HSL color Cylindrical-coordinate representation of color #E1D0AA: hue angle of 41.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1D0AA is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225208170-
CMYK00.080.240.12
HSL41.45º47.83%77.45%-
HSV(B)41.45º24.44%88.24%-
XYZ60.8664.0247.18-
YUV208.75106.13139.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=37.31%
G=34.49%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520817000.080.240.1241.4547.8377.45
HexE1D0AA0818C29304d
Octal34132025201030145160115
Binary111000011101000010101010010001100011001010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0AA; }

 p { color: rgb(225,208,170); }

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

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

 a { background-color: rgb(225,208,170); }

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

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

 span { border-color: rgb(225,208,170); }

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