#EBD7AB

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

Shades of Beeswax #EBD7AB

Tints of Beeswax #EBD7AB

Color information

#EBD7AB (or 0xEBD7AB) is unknown color: approx Beeswax. HEX triplet: EB, D7 and AB. RGB value is (235,215,171). Sum of RGB (Red+Green+Blue) = 235+215+171=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7AB is #142854. Grayscale: #D8D8D8. Windows color (decimal): -1321045 or 11261931. OLE color: 11261931.

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

Color convert

RGB235215171-
CMYK00.090.270.08
HSL41.25º61.54%79.61%-
HSV(B)41.25º27.23%92.16%-
XYZ65.9169.248.41-
YUV215.96102.63141.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=37.84%
G=34.62%
B=27.54%

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
Decimal23521517100.090.270.0841.2561.5479.61
HexEBD7AB091B8293e50
Octal35332725301133105176120
Binary111010111101011110101011010011101110001010011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7AB; }

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

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

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

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

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

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

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

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