#EBD8AE

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

Shades of Beeswax #EBD8AE

Tints of Beeswax #EBD8AE

Color information

#EBD8AE (or 0xEBD8AE) is unknown color: approx Beeswax. HEX triplet: EB, D8 and AE. RGB value is (235,216,174). Sum of RGB (Red+Green+Blue) = 235+216+174=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8AE is #142751. Grayscale: #D9D9D9. Windows color (decimal): -1320786 or 11458795. OLE color: 11458795.

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

Color convert

RGB235216174-
CMYK00.080.260.08
HSL41.31º60.4%80.2%-
HSV(B)41.31º25.96%92.16%-
XYZ66.4669.8350.02-
YUV216.89103.79140.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=37.6%
G=34.56%
B=27.84%

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
Decimal23521617400.080.260.0841.3160.480.2
HexEBD8AE081A8293c50
Octal35333025601032105174120
Binary111010111101100010101110010001101010001010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8AE; }

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

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

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

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

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

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

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

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