#EAD8AD

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

Shades of Beeswax #EAD8AD

Tints of Beeswax #EAD8AD

Color information

#EAD8AD (or 0xEAD8AD) is unknown color: approx Beeswax. HEX triplet: EA, D8 and AD. RGB value is (234,216,173). Sum of RGB (Red+Green+Blue) = 234+216+173=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD8AD is #152752. Grayscale: #D8D8D8. Windows color (decimal): -1386323 or 11393258. OLE color: 11393258.

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

Color convert

RGB234216173-
CMYK00.080.260.08
HSL42.3º59.22%79.8%-
HSV(B)42.3º26.07%91.76%-
XYZ66.0369.6249.49-
YUV216.48103.46140.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=37.56%
G=34.67%
B=27.77%

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
Decimal23421617300.080.260.0842.359.2279.8
HexEAD8AD081A82a3b50
Octal35233025501032105273120
Binary111010101101100010101101010001101010001010101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8AD; }

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

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

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

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

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

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

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

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