#E6D4AB

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

Shades of Beeswax #E6D4AB

Tints of Beeswax #E6D4AB

Color information

#E6D4AB (or 0xE6D4AB) is unknown color: approx Beeswax. HEX triplet: E6, D4 and AB. RGB value is (230,212,171). Sum of RGB (Red+Green+Blue) = 230+212+171=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D4AB is #192B54. Grayscale: #D4D4D4. Windows color (decimal): -1649493 or 11261158. OLE color: 11261158.

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

Color convert

RGB230212171-
CMYK00.080.260.10
HSL41.69º54.13%78.63%-
HSV(B)41.69º25.65%90.2%-
XYZ63.5366.8548.08-
YUV212.71104.46140.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 212 (83.20% from 255) = 34.58%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=37.52%
G=34.58%
B=27.90%

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
Decimal23021217100.080.260.1041.6954.1378.63
HexE6D4AB081AA2a364f
Octal34632425301032125266117
Binary111001101101010010101011010001101010101010101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D4AB; }

 p { color: rgb(230,212,171); }

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

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

 a { background-color: rgb(230,212,171); }

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

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

 span { border-color: rgb(230,212,171); }

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