#E7D8B4

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

Shades of Beeswax #E7D8B4

Tints of Beeswax #E7D8B4

Color information

#E7D8B4 (or 0xE7D8B4) is unknown color: approx Beeswax. HEX triplet: E7, D8 and B4. RGB value is (231,216,180). Sum of RGB (Red+Green+Blue) = 231+216+180=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8B4 is #18274B. Grayscale: #D8D8D8. Windows color (decimal): -1582924 or 11852007. OLE color: 11852007.

HSL color Cylindrical-coordinate representation of color #E7D8B4: hue angle of 42.35º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7D8B4 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB231216180-
CMYK00.060.220.09
HSL42.35º51.52%80.59%-
HSV(B)42.35º22.08%90.59%-
XYZ65.7569.453.11-
YUV216.38107.47138.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.84%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 180 (70.70% from 255) = 28.71%
R=36.84%
G=34.45%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121618000.060.220.0942.3551.5280.59
HexE7D8B4061692a3451
Octal3473302640626115264121
Binary11100111110110001011010001101011010011010101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8B4; }

 p { color: rgb(231,216,180); }

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

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

 a { background-color: rgb(231,216,180); }

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

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

 span { border-color: rgb(231,216,180); }

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