#EAD8AE

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

Shades of Beeswax #EAD8AE

Tints of Beeswax #EAD8AE

Color information

#EAD8AE (or 0xEAD8AE) is unknown color: approx Beeswax. HEX triplet: EA, D8 and AE. RGB value is (234,216,174). Sum of RGB (Red+Green+Blue) = 234+216+174=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD8AE is #152751. Grayscale: #D8D8D8. Windows color (decimal): -1386322 or 11458794. OLE color: 11458794.

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

Color convert

RGB234216174-
CMYK00.080.260.08
HSL42º58.82%80%-
HSV(B)42º25.64%91.76%-
XYZ66.1369.6650-
YUV216.59103.96140.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=37.5%
G=34.62%
B=27.88%

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
Decimal23421617400.080.260.084258.8280
HexEAD8AE081A82a3b50
Octal35233025601032105273120
Binary111010101101100010101110010001101010001010101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8AE; }

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

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

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

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

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

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

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

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