#EFDCAD

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

Shades of Beeswax #EFDCAD

Tints of Beeswax #EFDCAD

Color information

#EFDCAD (or 0xEFDCAD) is unknown color: approx Beeswax. HEX triplet: EF, DC and AD. RGB value is (239,220,173). Sum of RGB (Red+Green+Blue) = 239+220+173=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCAD is #102352. Grayscale: #DCDCDC. Windows color (decimal): -1057619 or 11394287. OLE color: 11394287.

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

Color convert

RGB239220173-
CMYK00.080.280.06
HSL42.73º67.35%80.78%-
HSV(B)42.73º27.62%93.73%-
XYZ68.7372.5549.92-
YUV220.32101.29141.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 173 (67.97% from 255) = 27.37%
R=37.82%
G=34.81%
B=27.37%

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
Decimal23922017300.080.280.0642.7367.3580.78
HexEFDCAD081C62b4351
Octal35733425501034653103121
Binary111011111101110010101101010001110011010101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCAD; }

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

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

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

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

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

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

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

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