Shades of Beeswax #EFDCAD
Tints of Beeswax #EFDCAD
RGB
CMYK
RGB Variations
Color information
#EFDCAD (or 0xEFDCAD) is known color: 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
| RGB | 239 | 220 | 173 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 42.73º | 0.67% | 0.81% | - |
| HSV(B) | 42.73º | 0.28% | 0.94% | - |
| XYZ | 68.73 | 72.55 | 49.92 | - |
| YUV | 220.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 173 | 0 | 0.08 | 0.28 | 0.06 | 42.73 | 0.67 | 0.81 |
| Hex | EF | DC | AD | 0 | 8 | 1C | 6 | 2B | 43 | 51 |
| Octal | 357 | 334 | 255 | 0 | 10 | 34 | 6 | 53 | 103 | 121 |
| Binary | 11101111 | 11011100 | 10101101 | 0 | 1000 | 11100 | 110 | 101011 | 1000011 | 1010001 |
Color Harmonies of #EFDCAD
Complementary color
Monochromatic Colors of #EFDCAD
Black with #EFDCAD
Text Example
Text Example
White with #EFDCAD
Text Example
Text Example
HTML Codes & Css Web 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>