Shades of Almond #EFDCC4
Tints of Almond #EFDCC4
RGB
CMYK
RGB Variations
Color information
#EFDCC4 (or 0xEFDCC4) is known color: Almond. HEX triplet: EF, DC and C4. RGB value is (239,220,196). Sum of RGB (Red+Green+Blue) = 239+220+196=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC4 is #10233B. Grayscale: #DFDFDF. Windows color (decimal): -1057596 or 12901615. OLE color: 12901615.
HSL color Cylindrical-coordinate representation of color #EFDCC4: hue angle of 33.49º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFDCC4 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 196 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.06 |
| HSL | 33.49º | 0.57% | 0.85% | - |
| HSV(B) | 33.49º | 0.18% | 0.94% | - |
| XYZ | 71.15 | 73.52 | 62.67 | - |
| YUV | 222.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 196 | 0 | 0.08 | 0.18 | 0.06 | 33.49 | 0.57 | 0.85 |
| Hex | EF | DC | C4 | 0 | 8 | 12 | 6 | 21 | 39 | 55 |
| Octal | 357 | 334 | 304 | 0 | 10 | 22 | 6 | 41 | 71 | 125 |
| Binary | 11101111 | 11011100 | 11000100 | 0 | 1000 | 10010 | 110 | 100001 | 111001 | 1010101 |
Color Harmonies of #EFDCC4
Complementary color
Monochromatic Colors of #EFDCC4
Black with #EFDCC4
Text Example
Text Example
White with #EFDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCC4; }
p { color: rgb(239,220,196); }
H1.HeaderClassName
{
color: #EFDCC4;
}
.AnyTagClassName
{
color: #EFDCC4;
}
</style>
background-color css
<style>
a { background-color: #EFDCC4; }
a { background-color: rgb(239,220,196); }
div.DivClassName
{
background-color: #EFDCC4;
}
.BgClassName
{
background-color: #EFDCC4;
}
</style>
border-color css
<style>
span { border-color: #EFDCC4; }
span { border-color: rgb(239,220,196); }
td.TdClassName
{
border-color: #EFDCC4;
}
.TagClassName
{
border-color: #EFDCC4;
}
</style>