#E6D3AA

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

Shades of Beeswax #E6D3AA

Tints of Beeswax #E6D3AA

Color information

#E6D3AA (or 0xE6D3AA) is unknown color: approx Beeswax. HEX triplet: E6, D3 and AA. RGB value is (230,211,170). Sum of RGB (Red+Green+Blue) = 230+211+170=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D3AA is #192C55. Grayscale: #D4D4D4. Windows color (decimal): -1649750 or 11195366. OLE color: 11195366.

HSL color Cylindrical-coordinate representation of color #E6D3AA: hue angle of 41º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6D3AA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230211170-
CMYK00.080.260.10
HSL41º54.55%78.43%-
HSV(B)41º26.09%90.2%-
XYZ63.1866.3147.5-
YUV212.01104.29140.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 170 (66.80% from 255) = 27.82%
R=37.64%
G=34.53%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021117000.080.260.104154.5578.43
HexE6D3AA081AA29374e
Octal34632325201032125167116
Binary111001101101001110101010010001101010101010011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D3AA; }

 p { color: rgb(230,211,170); }

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

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

 a { background-color: rgb(230,211,170); }

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

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

 span { border-color: rgb(230,211,170); }

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