#E2D6AF

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

Shades of Beeswax #E2D6AF

Tints of Beeswax #E2D6AF

Color information

#E2D6AF (or 0xE2D6AF) is unknown color: approx Beeswax. HEX triplet: E2, D6 and AF. RGB value is (226,214,175). Sum of RGB (Red+Green+Blue) = 226+214+175=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D6AF is #1D2950. Grayscale: #D5D5D5. Windows color (decimal): -1911121 or 11523810. OLE color: 11523810.

HSL color Cylindrical-coordinate representation of color #E2D6AF: hue angle of 45.88º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2D6AF is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226214175-
CMYK00.050.230.11
HSL45.88º46.79%78.63%-
HSV(B)45.88º22.57%88.63%-
XYZ63.1567.3650.23-
YUV213.14106.48137.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 214 (83.98% from 255) = 34.80%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=36.75%
G=34.80%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621417500.050.230.1145.8846.7978.63
HexE2D6AF0517B2e2f4f
Octal3423262570527135657117
Binary11100010110101101010111101011011110111011101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6AF; }

 p { color: rgb(226,214,175); }

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

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

 a { background-color: rgb(226,214,175); }

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

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

 span { border-color: rgb(226,214,175); }

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