#EAD8AA

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

Shades of Beeswax #EAD8AA

Tints of Beeswax #EAD8AA

Color information

#EAD8AA (or 0xEAD8AA) is unknown color: approx Beeswax. HEX triplet: EA, D8 and AA. RGB value is (234,216,170). Sum of RGB (Red+Green+Blue) = 234+216+170=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD8AA is #152755. Grayscale: #D8D8D8. Windows color (decimal): -1386326 or 11196650. OLE color: 11196650.

HSL color Cylindrical-coordinate representation of color #EAD8AA: hue angle of 43.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAD8AA is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234216170-
CMYK00.080.270.08
HSL43.12º60.38%79.22%-
HSV(B)43.12º27.35%91.76%-
XYZ65.7469.5147.98-
YUV216.14101.96140.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 216 (84.77% from 255) = 34.84%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=37.74%
G=34.84%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421617000.080.270.0843.1260.3879.22
HexEAD8AA081B82b3c4f
Octal35233025201033105374117
Binary111010101101100010101010010001101110001010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8AA; }

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

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

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

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

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

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

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

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