#E8D5AD

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

Shades of Beeswax #E8D5AD

Tints of Beeswax #E8D5AD

Color information

#E8D5AD (or 0xE8D5AD) is unknown color: approx Beeswax. HEX triplet: E8, D5 and AD. RGB value is (232,213,173). Sum of RGB (Red+Green+Blue) = 232+213+173=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D5AD is #172A52. Grayscale: #D6D6D6. Windows color (decimal): -1518163 or 11392488. OLE color: 11392488.

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

Color convert

RGB232213173-
CMYK00.080.250.09
HSL40.68º56.19%79.41%-
HSV(B)40.68º25.43%90.98%-
XYZ64.6267.7649.21-
YUV214.12104.79140.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.54%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=37.54%
G=34.47%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221317300.080.250.0940.6856.1979.41
HexE8D5AD0819929384f
Octal35032525501031115170117
Binary111010001101010110101101010001100110011010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5AD; }

 p { color: rgb(232,213,173); }

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

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

 a { background-color: rgb(232,213,173); }

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

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

 span { border-color: rgb(232,213,173); }

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