#EBD9AD

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

Shades of Beeswax #EBD9AD

Tints of Beeswax #EBD9AD

Color information

#EBD9AD (or 0xEBD9AD) is unknown color: approx Beeswax. HEX triplet: EB, D9 and AD. RGB value is (235,217,173). Sum of RGB (Red+Green+Blue) = 235+217+173=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD9AD is #142652. Grayscale: #D9D9D9. Windows color (decimal): -1320531 or 11393515. OLE color: 11393515.

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

Color convert

RGB235217173-
CMYK00.080.260.08
HSL42.58º60.78%80%-
HSV(B)42.58º26.38%92.16%-
XYZ66.6270.3149.59-
YUV217.37102.96140.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 217 (85.16% from 255) = 34.72%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=37.6%
G=34.72%
B=27.68%

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
Decimal23521717300.080.260.0842.5860.7880
HexEBD9AD081A82b3d50
Octal35333125501032105375120
Binary111010111101100110101101010001101010001010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9AD; }

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

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

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

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

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

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

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

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