#E6D8B3

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

Shades of Beeswax #E6D8B3

Tints of Beeswax #E6D8B3

Color information

#E6D8B3 (or 0xE6D8B3) is unknown color: approx Beeswax. HEX triplet: E6, D8 and B3. RGB value is (230,216,179). Sum of RGB (Red+Green+Blue) = 230+216+179=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8B3 is #19274C. Grayscale: #D8D8D8. Windows color (decimal): -1648461 or 11786470. OLE color: 11786470.

HSL color Cylindrical-coordinate representation of color #E6D8B3: hue angle of 43.53º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6D8B3 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB230216179-
CMYK00.060.220.10
HSL43.53º50.5%80.2%-
HSV(B)43.53º22.17%90.2%-
XYZ65.3369.1952.56-
YUV215.97107.14138.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 179 (70.31% from 255) = 28.64%
R=36.8%
G=34.56%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021617900.060.220.1043.5350.580.2
HexE6D8B30616A2c3250
Octal3463302630626125462120
Binary11100110110110001011001101101011010101011001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D8B3; }

 p { color: rgb(230,216,179); }

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

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

 a { background-color: rgb(230,216,179); }

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

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

 span { border-color: rgb(230,216,179); }

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