#EFDBAC

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

Shades of Beeswax #EFDBAC

Tints of Beeswax #EFDBAC

Color information

#EFDBAC (or 0xEFDBAC) is unknown color: approx Beeswax. HEX triplet: EF, DB and AC. RGB value is (239,219,172). Sum of RGB (Red+Green+Blue) = 239+219+172=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAC is #102453. Grayscale: #DBDBDB. Windows color (decimal): -1057876 or 11328495. OLE color: 11328495.

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

Color convert

RGB239219172-
CMYK00.080.280.06
HSL42.09º67.68%80.59%-
HSV(B)42.09º28.03%93.73%-
XYZ68.3771.9949.32-
YUV219.62101.13141.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 172 (67.58% from 255) = 27.30%
R=37.94%
G=34.76%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921917200.080.280.0642.0967.6880.59
HexEFDBAC081C62a4451
Octal35733325401034652104121
Binary111011111101101110101100010001110011010101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBAC; }

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

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

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

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

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

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

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

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