#E1D3AF

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

Shades of Beeswax #E1D3AF

Tints of Beeswax #E1D3AF

Color information

#E1D3AF (or 0xE1D3AF) is unknown color: approx Beeswax. HEX triplet: E1, D3 and AF. RGB value is (225,211,175). Sum of RGB (Red+Green+Blue) = 225+211+175=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D3AF is #1E2C50. Grayscale: #D3D3D3. Windows color (decimal): -1977425 or 11523041. OLE color: 11523041.

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

Color convert

RGB225211175-
CMYK00.060.220.12
HSL43.2º45.45%78.43%-
HSV(B)43.2º22.22%88.24%-
XYZ62.0865.6949.96-
YUV211.08107.64137.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.82%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=36.82%
G=34.53%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521117500.060.220.1243.245.4578.43
HexE1D3AF0616C2b2d4e
Octal3413232570626145355116
Binary11100001110100111010111101101011011001010111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3AF; }

 p { color: rgb(225,211,175); }

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

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

 a { background-color: rgb(225,211,175); }

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

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

 span { border-color: rgb(225,211,175); }

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