Shades of Remy #EFE0DC
Tints of Remy #EFE0DC
RGB
CMYK
RGB Variations
Color information
#EFE0DC (or 0xEFE0DC) is known color: Remy. HEX triplet: EF, E0 and DC. RGB value is (239,224,220). Sum of RGB (Red+Green+Blue) = 239+224+220=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0DC is #101F23. Grayscale: #E4E4E4. Windows color (decimal): -1056548 or 14475503. OLE color: 14475503.
HSL color Cylindrical-coordinate representation of color #EFE0DC: hue angle of 12.63º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE0DC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 220 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.06 |
| HSL | 12.63º | 0.37% | 0.9% | - |
| HSV(B) | 12.63º | 0.08% | 0.94% | - |
| XYZ | 75.17 | 76.83 | 78.58 | - |
| YUV | 228.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 220 | 0 | 0.06 | 0.08 | 0.06 | 12.63 | 0.37 | 0.9 |
| Hex | EF | E0 | DC | 0 | 6 | 8 | 6 | D | 25 | 5A |
| Octal | 357 | 340 | 334 | 0 | 6 | 10 | 6 | 15 | 45 | 132 |
| Binary | 11101111 | 11100000 | 11011100 | 0 | 110 | 1000 | 110 | 1101 | 100101 | 1011010 |
Color Harmonies of #EFE0DC
Complementary color
Monochromatic Colors of #EFE0DC
Black with #EFE0DC
Text Example
Text Example
White with #EFE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0DC; }
p { color: rgb(239,224,220); }
H1.HeaderClassName
{
color: #EFE0DC;
}
.AnyTagClassName
{
color: #EFE0DC;
}
</style>
background-color css
<style>
a { background-color: #EFE0DC; }
a { background-color: rgb(239,224,220); }
div.DivClassName
{
background-color: #EFE0DC;
}
.BgClassName
{
background-color: #EFE0DC;
}
</style>
border-color css
<style>
span { border-color: #EFE0DC; }
span { border-color: rgb(239,224,220); }
td.TdClassName
{
border-color: #EFE0DC;
}
.TagClassName
{
border-color: #EFE0DC;
}
</style>