#EFDBAD

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

Shades of Beeswax #EFDBAD

Tints of Beeswax #EFDBAD

Color information

#EFDBAD (or 0xEFDBAD) is unknown color: approx Beeswax. HEX triplet: EF, DB and AD. RGB value is (239,219,173). Sum of RGB (Red+Green+Blue) = 239+219+173=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAD is #102452. Grayscale: #DBDBDB. Windows color (decimal): -1057875 or 11394031. OLE color: 11394031.

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

Color convert

RGB239219173-
CMYK00.080.280.06
HSL41.82º67.35%80.78%-
HSV(B)41.82º27.62%93.73%-
XYZ68.4772.0349.83-
YUV219.74101.63141.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 173 (67.97% from 255) = 27.42%
R=37.88%
G=34.71%
B=27.42%

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
Decimal23921917300.080.280.0641.8267.3580.78
HexEFDBAD081C62a4351
Octal35733325501034652103121
Binary111011111101101110101101010001110011010101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBAD; }

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

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

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

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

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

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

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

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