Shades of Desert Sand #EFCCB5
Tints of Desert Sand #EFCCB5
RGB
CMYK
RGB Variations
Color information
#EFCCB5 (or 0xEFCCB5) is known color: Desert Sand. HEX triplet: EF, CC and B5. RGB value is (239,204,181). Sum of RGB (Red+Green+Blue) = 239+204+181=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCB5 is #10334A. Grayscale: #D3D3D3. Windows color (decimal): -1061707 or 11914479. OLE color: 11914479.
HSL color Cylindrical-coordinate representation of color #EFCCB5: hue angle of 23.79º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFCCB5 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 204 | 181 | - |
CMYK | 0 | 0.15 | 0.24 | 0.06 |
HSL | 23.79º | 0.64% | 0.82% | - |
HSV(B) | 23.79º | 0.24% | 0.94% | - |
XYZ | 65.53 | 64.87 | 52.78 | - |
YUV | 211.84 | 110.6 | 147.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 204 | 181 | 0 | 0.15 | 0.24 | 0.06 | 23.79 | 0.64 | 0.82 |
Hex | EF | CC | B5 | 0 | F | 18 | 6 | 18 | 40 | 52 |
Octal | 357 | 314 | 265 | 0 | 17 | 30 | 6 | 30 | 100 | 122 |
Binary | 11101111 | 11001100 | 10110101 | 0 | 1111 | 11000 | 110 | 11000 | 1000000 | 1010010 |
Color Harmonies of #EFCCB5
Complementary color
Monochromatic Colors of #EFCCB5
Black with #EFCCB5
Text Example
Text Example
White with #EFCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCB5; }
p { color: rgb(239,204,181); }
H1.HeaderClassName
{
color: #EFCCB5;
}
.AnyTagClassName
{
color: #EFCCB5;
}
</style>
background-color css
<style>
a { background-color: #EFCCB5; }
a { background-color: rgb(239,204,181); }
div.DivClassName
{
background-color: #EFCCB5;
}
.BgClassName
{
background-color: #EFCCB5;
}
</style>
border-color css
<style>
span { border-color: #EFCCB5; }
span { border-color: rgb(239,204,181); }
td.TdClassName
{
border-color: #EFCCB5;
}
.TagClassName
{
border-color: #EFCCB5;
}
</style>