#EBD6AC

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

Shades of Beeswax #EBD6AC

Tints of Beeswax #EBD6AC

Color information

#EBD6AC (or 0xEBD6AC) is unknown color: approx Beeswax. HEX triplet: EB, D6 and AC. RGB value is (235,214,172). Sum of RGB (Red+Green+Blue) = 235+214+172=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6AC is #142953. Grayscale: #D7D7D7. Windows color (decimal): -1321300 or 11327211. OLE color: 11327211.

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

Color convert

RGB235214172-
CMYK00.090.270.08
HSL40º61.17%79.8%-
HSV(B)40º26.81%92.16%-
XYZ65.7568.7348.83-
YUV215.49103.46141.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=37.84%
G=34.46%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521417200.090.270.084061.1779.8
HexEBD6AC091B8283d50
Octal35332625401133105075120
Binary111010111101011010101100010011101110001010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6AC; }

 p { color: rgb(235,214,172); }

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

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

 a { background-color: rgb(235,214,172); }

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

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

 span { border-color: rgb(235,214,172); }

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