#E8D6AA

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

Shades of Beeswax #E8D6AA

Tints of Beeswax #E8D6AA

Color information

#E8D6AA (or 0xE8D6AA) is unknown color: approx Beeswax. HEX triplet: E8, D6 and AA. RGB value is (232,214,170). Sum of RGB (Red+Green+Blue) = 232+214+170=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D6AA is #172955. Grayscale: #D6D6D6. Windows color (decimal): -1517910 or 11196136. OLE color: 11196136.

HSL color Cylindrical-coordinate representation of color #E8D6AA: hue angle of 42.58º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8D6AA is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB232214170-
CMYK00.080.270.09
HSL42.58º57.41%78.82%-
HSV(B)42.58º26.72%90.98%-
XYZ64.5868.1547.78-
YUV214.37102.96140.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.66%
GREEN value IS 214 (83.98% from 255) = 34.74%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=37.66%
G=34.74%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221417000.080.270.0942.5857.4178.82
HexE8D6AA081B92b394f
Octal35032625201033115371117
Binary111010001101011010101010010001101110011010111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D6AA; }

 p { color: rgb(232,214,170); }

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

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

 a { background-color: rgb(232,214,170); }

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

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

 span { border-color: rgb(232,214,170); }

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