#EFDBAE

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

Shades of Beeswax #EFDBAE

Tints of Beeswax #EFDBAE

Color information

#EFDBAE (or 0xEFDBAE) is unknown color: approx Beeswax. HEX triplet: EF, DB and AE. RGB value is (239,219,174). Sum of RGB (Red+Green+Blue) = 239+219+174=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAE is #102451. Grayscale: #DCDCDC. Windows color (decimal): -1057874 or 11459567. OLE color: 11459567.

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

Color convert

RGB239219174-
CMYK00.080.270.06
HSL41.54º67.01%80.98%-
HSV(B)41.54º27.2%93.73%-
XYZ68.5772.0750.34-
YUV219.85102.13141.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=37.82%
G=34.65%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921917400.080.270.0641.5467.0180.98
HexEFDBAE081B62a4351
Octal35733325601033652103121
Binary111011111101101110101110010001101111010101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBAE; }

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

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

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

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

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

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

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

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