#EADAAE

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

Shades of Beeswax #EADAAE

Tints of Beeswax #EADAAE

Color information

#EADAAE (or 0xEADAAE) is unknown color: approx Beeswax. HEX triplet: EA, DA and AE. RGB value is (234,218,174). Sum of RGB (Red+Green+Blue) = 234+218+174=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADAAE is #152551. Grayscale: #D9D9D9. Windows color (decimal): -1385810 or 11459306. OLE color: 11459306.

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

Color convert

RGB234218174-
CMYK00.070.260.08
HSL44º58.82%80%-
HSV(B)44º25.64%91.76%-
XYZ66.6470.6950.18-
YUV217.77103.3139.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=37.38%
G=34.82%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421817400.070.260.084458.8280
HexEADAAE071A82c3b50
Octal3523322560732105473120
Binary11101010110110101010111001111101010001011001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAAE; }

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

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

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

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

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

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

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

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