#EBD8AD

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

Shades of Beeswax #EBD8AD

Tints of Beeswax #EBD8AD

Color information

#EBD8AD (or 0xEBD8AD) is unknown color: approx Beeswax. HEX triplet: EB, D8 and AD. RGB value is (235,216,173). Sum of RGB (Red+Green+Blue) = 235+216+173=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8AD is #142752. Grayscale: #D8D8D8. Windows color (decimal): -1320787 or 11393259. OLE color: 11393259.

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

Color convert

RGB235216173-
CMYK00.080.260.08
HSL41.61º60.78%80%-
HSV(B)41.61º26.38%92.16%-
XYZ66.3669.7949.51-
YUV216.78103.29141-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=37.66%
G=34.62%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521617300.080.260.0841.6160.7880
HexEBD8AD081A82a3d50
Octal35333025501032105275120
Binary111010111101100010101101010001101010001010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8AD; }

 p { color: rgb(235,216,173); }

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

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

 a { background-color: rgb(235,216,173); }

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

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

 span { border-color: rgb(235,216,173); }

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