#EBD7AC

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

Shades of Beeswax #EBD7AC

Tints of Beeswax #EBD7AC

Color information

#EBD7AC (or 0xEBD7AC) is unknown color: approx Beeswax. HEX triplet: EB, D7 and AC. RGB value is (235,215,172). Sum of RGB (Red+Green+Blue) = 235+215+172=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7AC is #142853. Grayscale: #D8D8D8. Windows color (decimal): -1321044 or 11327467. OLE color: 11327467.

HSL color Cylindrical-coordinate representation of color #EBD7AC: hue angle of 40.95º 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 #EBD7AC is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235215172-
CMYK00.090.270.08
HSL40.95º61.17%79.8%-
HSV(B)40.95º26.81%92.16%-
XYZ66.0169.2448.92-
YUV216.08103.13141.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 215 (84.38% from 255) = 34.57%
BLUE value IS 172 (67.58% from 255) = 27.65%
R=37.78%
G=34.57%
B=27.65%

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
Decimal23521517200.090.270.0840.9561.1779.8
HexEBD7AC091B8293d50
Octal35332725401133105175120
Binary111010111101011110101100010011101110001010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7AC; }

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

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

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

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

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

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

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

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