#EBD7AE

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

Shades of Beeswax #EBD7AE

Tints of Beeswax #EBD7AE

Color information

#EBD7AE (or 0xEBD7AE) is unknown color: approx Beeswax. HEX triplet: EB, D7 and AE. RGB value is (235,215,174). Sum of RGB (Red+Green+Blue) = 235+215+174=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7AE is #142851. Grayscale: #D8D8D8. Windows color (decimal): -1321042 or 11458539. OLE color: 11458539.

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

Color convert

RGB235215174-
CMYK00.090.260.08
HSL40.33º60.4%80.2%-
HSV(B)40.33º25.96%92.16%-
XYZ66.269.3249.94-
YUV216.31104.13141.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=37.66%
G=34.46%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521517400.090.260.0840.3360.480.2
HexEBD7AE091A8283c50
Octal35332725601132105074120
Binary111010111101011110101110010011101010001010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7AE; }

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

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

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

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

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

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

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

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