#EFDAAE

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

Shades of Beeswax #EFDAAE

Tints of Beeswax #EFDAAE

Color information

#EFDAAE (or 0xEFDAAE) is unknown color: approx Beeswax. HEX triplet: EF, DA and AE. RGB value is (239,218,174). Sum of RGB (Red+Green+Blue) = 239+218+174=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAAE is #102551. Grayscale: #DBDBDB. Windows color (decimal): -1058130 or 11459311. OLE color: 11459311.

HSL color Cylindrical-coordinate representation of color #EFDAAE: hue angle of 40.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFDAAE is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239218174-
CMYK00.090.270.06
HSL40.62º67.01%80.98%-
HSV(B)40.62º27.2%93.73%-
XYZ68.3171.5550.25-
YUV219.26102.46142.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=37.88%
G=34.55%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921817400.090.270.0640.6267.0180.98
HexEFDAAE091B6294351
Octal35733225601133651103121
Binary111011111101101010101110010011101111010100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAAE; }

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

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

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

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

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

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

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

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