Shades of Almond #EFD5C0
Tints of Almond #EFD5C0
RGB
CMYK
RGB Variations
Color information
#EFD5C0 (or 0xEFD5C0) is known color: Almond. HEX triplet: EF, D5 and C0. RGB value is (239,213,192). Sum of RGB (Red+Green+Blue) = 239+213+192=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5C0 is #102A3F. Grayscale: #DADADA. Windows color (decimal): -1059392 or 12637679. OLE color: 12637679.
HSL color Cylindrical-coordinate representation of color #EFD5C0: hue angle of 26.81º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFD5C0 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 213 | 192 | - |
CMYK | 0 | 0.11 | 0.20 | 0.06 |
HSL | 26.81º | 0.59% | 0.85% | - |
HSV(B) | 26.81º | 0.2% | 0.94% | - |
XYZ | 68.91 | 69.75 | 59.7 | - |
YUV | 218.38 | 113.11 | 142.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 213 | 192 | 0 | 0.11 | 0.20 | 0.06 | 26.81 | 0.59 | 0.85 |
Hex | EF | D5 | C0 | 0 | B | 14 | 6 | 1B | 3B | 55 |
Octal | 357 | 325 | 300 | 0 | 13 | 24 | 6 | 33 | 73 | 125 |
Binary | 11101111 | 11010101 | 11000000 | 0 | 1011 | 10100 | 110 | 11011 | 111011 | 1010101 |
Color Harmonies of #EFD5C0
Complementary color
Monochromatic Colors of #EFD5C0
Black with #EFD5C0
Text Example
Text Example
White with #EFD5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5C0; }
p { color: rgb(239,213,192); }
H1.HeaderClassName
{
color: #EFD5C0;
}
.AnyTagClassName
{
color: #EFD5C0;
}
</style>
background-color css
<style>
a { background-color: #EFD5C0; }
a { background-color: rgb(239,213,192); }
div.DivClassName
{
background-color: #EFD5C0;
}
.BgClassName
{
background-color: #EFD5C0;
}
</style>
border-color css
<style>
span { border-color: #EFD5C0; }
span { border-color: rgb(239,213,192); }
td.TdClassName
{
border-color: #EFD5C0;
}
.TagClassName
{
border-color: #EFD5C0;
}
</style>